Jaume Delclòs Coll

Results 5 issues of Jaume Delclòs Coll

**I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] question about the decisions made in the repository **Do you want to request a...

enhancement

1. Take any sufficiently big PHP file ([slightly exaggerated example file](https://p.teknik.io/K1GuH)). 2. Open it in php-mode. 3. Copy any line or block of code (even an empty line). 4. Paste...

Performance

It would be nice if you ran the benchmarks and showed the results in the README.

Our system sometimes receives emails where the attachments have the wrong mime type. For instance, a PNG attachment might come in with the content-type set to `text/plain`. `mail-parser` helpfully decodes...

This test when added to `tests/integration_tests.rs` showcases the problem: ``` #[test] fn corrupted_attachments_should_not_panic() { let input = br#"From: Test Date: Mon, 1 Oct 2025 01:02:03 +0200 Subject: test To: [email protected]...