WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 protocol server implementation.

Version: 1.6.1WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 protocol server implementation.
License: Free To Try $169.00
Operating System: Windows
Homepage: www.weonlydo.com
Developed by:
All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC1939.
Use your favorite mail client (such as Outlook Express or Eudora) to read mail provided by your own application. How?
That's easy part: just put wodPop3Server control on your form, add some code around and it's all setup to be used.
If you dislike adding additional code - it's fine by wodPop3Server. It will still work, and reject all the clients (with bad username / password error).
But, if you add login capabilities using 'Connected' event (that's easy part - set Action = Allow for specific username / password combination).
Still, if you want to make real Pop3 server application, look no more for native support for socket related material - you just found it.wodPop3Server will deal with clients and connections - you must deal with messages. Once new user logs on to your Pop3 server, you need to provide any kind of information about his mail. This is really easy task.
If you keep all the emails in separate files, that's just great for usage with wodPop3Server.
If you prefer to keep it in one large file - we will not argue about it.
You can specify filename, starting and ending position for each email in mailbox, and WeOnlyDo! Pop3Server will pass it to remote client with ease.
However, you might have some small problems maintaining such mailbox since sometimes it needs to delete messages, change status, etc.. But don't worry - it all can be done after user logs off.
Version 1.6.1: 1.6.1 January 15, 2018 Updated OpenSSL to 1.0.2n
Version 1.6.0.1: 1.6.0 January 15, 2011 * IPv6 support 1.5.1 July 24, 2010 * APOP support, EnableAPOP property and TestAPOP method
Version 1.5.0: 1.5.0 January 26, 2010 * Distribution now contains x86 and x64 binaries * Binaries are from now on recompiled in VS 2008
Version 1.4.1: 1.4.1 May 9, 2008 * Changing Security property now internally changes Port too (110 or 995)
Version 1.4.0: 1.4.0 February 10, 2007 * Switched to OpenSSL 0.9.7 which is FIPS140-2 certificated. See certificate #733 at http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/1401val2007.htm
Version 1.4.0.0: 1.3.3 July 2, 2006 * Fixed problem with Pocket Outlook that could freeze if there were no messages in user's mailbox