Vincent Dauce

Results 51 comments of Vincent Dauce

Yes, breaking the line is fine for a function, I guess.

Thanks for reaching out! A few questions and suggestions: - When you mention "big attachments," do you have an estimate of the file size in MB/GB? This would help us...

Here’s a possible approach, though I haven't tested it: ``` $chunkSize = 8192; // Chunk size (e.g., 8 KB) while ($written < $len) { // Determine the read size, to...

Sure, I'd be happy to integrate this improvement into the library if it helps reduce the library's memory footprint when handling large emails, without affecting its current functionality. Let me...

Great news! Could you open a PR with this improvement so I can include it in the next release?

Sorry, I tried integrating your solution into the project, but the tests are failing. I have 58 failing tests. So, while it might be optimized in terms of memory, the...

Even with this additional code, I'm still getting a lot of test errors. However, I found a solution that seems to work — we'll see.

Yes, as you can see in my PR, it's just those two changes that are causing all these errors. The code you're using seems to work for standard email formats,...

Hi, thanks for following up. Although I really like the pragmatic approach of decoding in chunks for efficiency, unfortunately I haven’t found a solution that meets the quality level I...

Thanks for reporting the parsing issue. For analysis, could you please send the complete raw email to the address: [email protected] ?