wodPop3Server ActiveX component

Pop3 Server ActiveX, Pop3 component


Download

Try it out for 30 days.

Get updates

Already bought wodPop3Server? Get latest update here.

Description

Go back to product description.

wodPop3Server ActiveX Component and COM object
----------------------------------------------


1.6.1 January 15, 2018
* Updated OpenSSL to 1.0.2n

1.6.0 January 15, 2011
* IPv6 support

1.5.1 July 24, 2010
* APOP support, EnableAPOP property and TestAPOP method

1.5.0 January 26, 2010
* Distribution now contains x86 and x64 binaries
* Binaries are from now on recompiled in VS 2008

1.4.1 May 9, 2008
* Changing Security property now internally changes Port too (110 or 995)

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

1.3.3 July 2, 2006
* Fixed problem with Pocket Outlook that could freeze if there were
	no messages in user's mailbox

1.3.2 June 15, 2005
* Fixed problem in UIDL command that didn't reply with 'OK'
	causing clients not to understand the response

1.3.1 May 14, 2005
* Add support for SSL encryption for the server. You can 
	choose to use STLS command, or to use SSL wrapper
* Add wodCertificate.DLL for SSL certificate management

1.2.1 March 29, 2005
* Threading support added

1.1.2 November 14, 2004
* Changed version numbering. Last part of version now removed as build number

---- old version numbering

1.1.0.2 July 16, 2004
* Fix when user was not disconnected even if he sent QUIT command
* Fix when user failed to authenticate in first try, each additional
	USER command was rejected

1.1.0.1 March 21, 2004
* Fix when there was a dot on separate line which caused email clients 
	to think it's end of the message

1.1.0.0 January 17, 2004
* Add Fast Notifications support - 30 times faster than firing events
	(only for COM object, not ActiveX control)
* Add Notification property
* Add sample that implement new IwodPop3Notify interface
* Updated docs to reflect wodPop3Server improvements
* Minor code cleanup

1.0.1.1 October 23, 2003
* Fix in message preview (TOP command) when server send always
	first message, no matter which one was requested

1.0.1.0 March 7, 2003
* Internal code structure changes
* Add hidden DebugFile property to dump logs to disk

1.0.0.9 November 30, 2002
* Fix for rare GPF that was happening when both Pop3Server and 
	SmtpServer were on VB form, not started

1.0.0.8 November 24, 2002
* Fix for timeouts that caused error when large message body was 
	sent over slow connection

1.0.0.7 September 19, 2002
* Files containing messages were locked too long, even after user 
	disconnected. This causes problems when you need to access file
	afterwards.

1.0.0.6 July 15, 2002
* LIST command was not replying properly if an argument was specified.

1.0.0.5 March 3, 2002
* ListMessages and ReadMessage events were not firing properly
* Internal changes in the wrapper code to make it synced with component

1.0.0.4 January 30, 2002
* Fixed Activated property return value, which always was showing 'false'
* Fixed Users.Count and User.Index properties, which always returned 0

1.0.0.3 January 7, 2002
* Fixed problem with 100% CPU usage due to bug in Kill method

1.0.0.2 December 5, 2001
* Licensing changes

1.0.0.1 November 15, 2001
* Initial Release