POP3 with C#

Finally, I started to do something about my final year project. ^^; The thing that I manage to do today is connecting to the POP3 server, retrieve the email and store it in a text file. I manage to do thanks to the code that available at the code project. The code provider is very easy to understand. You might give it a try too. (link at end of post) The next thing I need to to is to parse the raw email into a more understandable format. Currently, the email is in ascii format and may not make sense to anyone. I’ll try and see next time.

[C# Pop3 Mail Client  @ The Code Project]

Leave a Comment