wodImapServer ActiveX component

IMAP ActiveX server, IMAP component


Download

Try it out for 30 days.

Get updates

Already bought wodImapServer? Get latest update here.

Description

Go back to product description.

wodImapServer ActiveX Component and COM object
----------------------------------------------


2.4.6 January 15, 2018
* Updated OpenSSL to 1.0.2n

2.4.5 January 31, 2014
* Fixed email duplication in Sent Items with Android 4.2.2

2.4.4 November 11, 2013
* Fix when incorrectly formatted message was received and component hung
	(lines in message were 200kb long)

2.4.3 March 20, 2013
* Memory leak fix

2.4.2 February 22, 2012
* Fix in IDLE command

2.4.1 March 6, 2011
* Improved message handling

2.4.0 January 15, 2011
* IPv6 support

2.3.3 November 25, 2010
* Fix in Disconnected event that did not fire if user left due to timeout

2.3.2 April 15, 2010
* Fix in BODYSTRUCTURE response that caused problem with IPhone devices

2.3.1 January 25, 2010
* Distribution now contains x86 and x64 binaries

2.3.0 December 28, 2009
* Binaries are from now on recompiled in VS 2008

2.2.3 August 20, 2009
* Fix in bad BODYSTRUCTURE response where number of bytes
	and lines was reported as 0

2.2.2 July 9, 2009
* Fix in bad BODYSTRUCTURE parsing if email did not contain
	ending empty line

2.2.1 April 4, 2009
* Significant speed increase when dealing with large emails and
	large attachments
* Fix in BODYSTRUCTURE request when email contained existing
	but empty header

------------

2.1.4 March 6, 2009
* Fix in BODY.PEEK command that returned too much (garbled) data

2.1.3 February 3, 2009
* Fix in IDLE command being announced in CAPABILITY, even not used
* Updated OpenSSL to latest version

2.1.2 October 27, 2008
* Added IMAP IDLE capability

2.1.1 February 25, 2008
* Fix in directory listing when folder was incorrectly provided in lower case

2.1.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

2.0.4 November 26, 2006
* Fix in Timeout property - 0 now means "never timeout"
* Fix in NOOP command that now returns possible changed in 
	the selected mailbox (such as RECENT messages)

2.0.3 June 12, 2006
* Fix in ENVELOPE command that didn't properly encode subject

2.0.2 February 7, 2006
* When more than one message was inside mailbox file, wodImapServer has always
	show first message to the client, no matter what was StartPosition value

2.0.1 December 7, 2005
* Fixed bug that caused Pocket PC IMAP client to stop responding after
	'Receiving headers' message

2.0.0 September 6, 2005
* Threading support added
* Add support for SSL encryption for the server. You can 
	choose to use STARTTLS command, or to use SSL wrapper
* Add wodCertificate.DLL for SSL certificate management

1.2.2 August 26, 2005
* Fix in SubscribeFolder event that wasn't firing when user tried to
	unsubscribe folder

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

---- old version numbering

1.2.0.2 June 22, 2004
* Fix in renaming root folders that caused error to be returned
	to the client, without firing any events

1.2.0.1 December 1, 2003
* Fix protocol handling so that Eudora 6 works correctly 
	with the component

1.2.0.0 October 26, 2003
* Add SEARCH command implementation

1.1.0.0 September 5, 2003
* Fix for some clients that did not display message if Date header 
	did not exist in it
* 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 IwodImapNotify interface
* Updated docs to reflect wodImapServer improvements

1.0.0.7 March 27, 2003
* Fix for 'BAD Null command' error that was returned after each
	APPEND command

1.0.0.6 March 18, 2003
* Fix for invalid messageset parsing
* Fix for timeouts which were not checked, and did not cause
	users to be disconnected for inactivity

1.0.0.5 March 13, 2003
* Fix for GPF that occured due to buffer overrun in static buffers 

1.0.0.4 March 5, 2003
* Fix in EXPUNGE command where returning response show
	invalid message ID
* Fix for Disconnecting event not being fired (rarely)

1.0.0.3 March 1, 2003
* Fix in FlagChange event where OldFlag and NewFlag were replaced

1.0.0.2 February 5, 2003
* Fix for FETCH ENVELOPE reply
* Fix for FETCH INTERNALDATE reply
* Minor issues in code handling

1.0.0.1 December 16, 2002
* initial release