Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand or permanent dynamic-address TCP/IP links (such as SLIP or PPP
... [More] connections). It supports every remote-mail protocol now in use on the Internet: POP3, IMAP4r1, ETRN, and ODMR, all with various authentication variants, and TLS/SSL security with certificate verification.
Fetchmail retrieves mail from remote mail servers and forwards it via SMTP, LMTP, or to a local delivery agent. Mail can then be read by normal mail software such as mutt or alpine. This setup allows all your system MTA's filtering, forwarding, and aliasing facilities to work just as they would on normal mail. [Less]
Mailster is a project aimed at testing software mail capabilities. It provides a mail server container to test emails sent by your apps without rewriting your application code.
Prometeo is a modular, extensible proxy. It comes with feature-packed HTTP, FTP (with SSL support), POP3, SSL and SOCKS5 modules, all with IPv6 support.
I had been looking over the internet and didn't find a single free implementation for POP3 using SSL written for use with .NET applications. All of them were either sharewares or were commercial
... [More] libraries. The only free library I found was OpenPOP. Now this library does all the fancy stuff like breaking your email into headers and body and stuff and also download attachments, however, it misses the point at one stage: SSL.
So I decided to write my own library for POP3 using SSL and I decided that my library should do ONLY SSL, cause that is where my library stands apart from the commercial tools. :) It is still primitive and does not do the fancy stuff like OpenPOP but it works.
Please use the following path for checkout of source instead of the one mentioned in Downloads section:
http://pop3ssl.googlecode.com/svn/trunk/pop3SSL for dll source
http://pop3ssl.googlecode.com/svn/trunk/pop3SSLTest for test solution [Less]