

Op zoek naar een POP3/Mail(MIME) library voor .NET (C#) waren we bij Opo teruggekomen. Een opensource/tutorial project waarvan je het resultaat zelf gebruiken. Het zeg er proper uit en werkte in het begin ook naar wens. Maar naar mate de applicatie langer online stond kwamen er toch meer en meer klachten binnen. Omdat we zelf [...]
I fixed my POP3 / Mime parser problem! I am once again able to read all mails and attachments that ever hit my mailbox. The problem itself was a simple error in one of the MIME headers ( missing quotes to be exact ). But I ended up making some major changes to my setup. Since OpenPOP.NET completely refused to [...]
Here’s the thing. I am using a pop3 mailbox to allow customers to send images to my application. The application parses all incoming mail, strips the attachments and uploads them into the application. I started out using standard .NET stuff, but soon found out that that didn’t support the full MIME tree (that was 2 [...]