

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 [...]