Category: Networking
RFC compliant POP3 Protocol C# class
January 19th, 2008For a recent project I was completing to shift email into a SQL server I produced the following, it's a bit like re-inventing the wheel but I had my own vision of how it would work and it was a simple enough process.
The Visual C# 2008 project attached builds to class library, it has a few custom exceptions and is pretty simple to use. It's RFC 1969 compliant but it doesn't support MIME attachments.
The project can be found here: http://www.blamires.co.uk/development/POP3Protocol/POP3Protocol-0.1.zip