gnozal wrote:
1.
Frontier wrote:
... but fails to save the attachments.
That seems like another issue with your antivirus or POP3 server.
Each line of the attachment base64 coded data should have the same length, except the last one. And this is not the case ...
Code:
Dmcyc/3RdCbGvUwcMpgu269UyCJuAFlLInxn4WCZvldeNp8cjfPE8u/lNlEsftaZWXkmmqtQHvcT
HHcY5X7yOD7A/MBuDnv2jH7peHht0utJvFQUNUmaYRqJddje1d9W2mxTUNDvS92vhhtC
HaPUPLIlYXDmmi3yrLVXM4jZKCIz99YHNFOIwngJFr0V5i1o/s/waCy0in9MLJLuiodP00Q/HnQz
5mgpW1ZlyqPeYb5h57i/VutrKcE2Zpa0ZknWLQKrmz820tG+nhZg0rF85lV4deMTTx2lQS87z9Ox
Are the attachments correctly saved with antivirus disabled ?
2. Any news from ESET ?
3. Isn't there any option to enable the scan but disable the message modification ?
Hello,
The strange thing is that neither Microsoft Outlook or Mozilla Thunderbird (both retrieve the messages with the same method like PurePOP3 does) have no issues whatsoever with attachments. Even pine works fine with NOD32, so this leads me to the conclusion that something with PurePOP3 has to do.
Eset (NOD32 makers) were kind enough to supply me with information regarding the inner workings of NOD32 IMON (Internet Monitor) and how e-mail get's scanned. They provided me with tests that I could perform to ensure that NOD32 was working fine (one of them had to do with pine); everything worked fine, PureSMTP sends the messages with the attachments OK, but PurePOP3 fails to extract the attachments completely (only the first 7kB get saved). In the meantime, pine, Thunderbird and Outlook get the messages with the attachments fine and with the correct sizes.
In conclusion: the latest beta code does indeed work regarding the detection of attachments (with NOD32 IMON fully enabled), but fails to save the attachments correctly. If the attachment is less than 7kB, then it's OK, but if it's bigger (which is in most of the times), the saved attachment is corrupt because only the first 7kBs are saved. I came to the conclusion that it is more likely that PurePOP3 is at fault than NOD32, simply by the fact that other POP3 solutions work fine with the same configuration.
Use the following link to download the trace files for this test:
Code:
http://www.freefileupload.net/file.php?file=files/010207/1170337982/PurePOP3_dumps.rar
I am willing to help as much as I can to fix this, as this is a really wonderful and much needed library for our PureBasic systems.
Edit: I'll try the latest beta you've posted before my message. Of course I do not wish to take your time. Just to note that even with no message tagging (altering it), PurePOP3 still does not decode messages correctly.
I'll try the latest beta and give you more feedback if you wish.