last time i did a basic walkthrough of how to get email from pop3 server. this is a part where i have found a lot of people getting stuck. this code basically reads .eml file or the file downloaded by my last post and separates the attachments. this is a very crude form of the code and more work needs to be done on it. just in case somebody wants to know, i did this piece of cade back in march 2006 and cant remember most of what i did. i need to go thru it again.
anyways, the basics first, i dont know anything about how mime works. all i did here was read boundaries and separate them.
and here is the code, zipped.
forgot to mention. th base64 class in the zip is downloaded from winsockvb.com, i guess.
Last edited by mebhas; Jun 22nd, 2006 at 04:12 AM.