wodPop3 ActiveX component
Pop3 ActiveX (SSL, S/MIME) client, Pop3 component
Already bought wodPop3? Get latest update here.
Go back to product description.
wodPop3 ActiveX Component and COM object
---------------------------------------
1.4.8 January 15, 2018
* Updated OpenSSL to 1.0.2n
1.4.7 February 3, 2016
* DecodedText now returns same as Text if encoder isn't known or specified
1.4.6 September 26, 2014
* Fix in GetAllLines that retrieved correct amount of lines
only for first message
1.4.5 April 11, 2014
* Fix in attachment name parsing when name contained spaces
1.4.4 February 23, 2013
* Fixed access violation in x64 version on startup
1.4.3 February 10, 2012
* Support for DKIM signatures verification
1.4.2 January 1, 2011
* Fix with s/mime signed messages where component failed to locate
PlainText part
* Fix in attachment count in s/mime signed messages
1.4.1 January 26, 2010
* Distribution now contains x86 and x64 binaries
1.4.0 December 1, 2009
* Binaries are from now on recompiled in VS 2008
1.3.3 April 29, 2009
* Fix in invalid detection of the boundary, if boundary was not alone
in the text line
* Removed requirement for MSVCRT.DLL
1.3.2 October 7, 2008
* Fixed an issue where some UTF8 encoded headers were not properly decoded
1.3.1 September 25, 2007
* Fix when client certificate was used, wodPop3 failed to provide one to the server
even it was supplied through wodCertificate component
1.3.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.2.4 October 22, 2006
* Fix in APOP authentication that would cause 'connection reset by peer' error
to be returned instead of 'authentication failed'
1.2.3 May 21, 2006
* Add Priority property
* Add internal parsing of "Received" headers through Message.ReceivedList property
* Add parsed Content-Type properties (ContentTypeOnly, ContentName, ContentCharset,
ContentBoundary)
1.2.2 November 8, 2005
* Fixed timeouts which didn't fire correctly after specified number of seconds
1.2.1 October 7, 2005
* Add Message.DeliveryFailed and Message.DeliveryDelayed methods to easy
determine if message was received by postmaster/mailer-deamon
as a result of bounced message
1.1.9 January 17, 2005
* Add Message.DecodedText property to retrieve encoded body text parts
directly into a string variable
1.1.8 December 28, 2004
* Failed to detect attachment when message was not multipart. Fixed.
1.1.7 October 30, 2004
* Fixes rare problem that could lead to crash when UNICODE subjects contained
newlines
* Changed version numbering. Last part of version now removed as build number
---- old version numbering
1.1.0.6 October 6, 2004
* Add content type 'message/rfc822' to be shown as attachment in the message.
1.1.0.5 August 26, 2004
* Add Attachments.Size property
* Fix in Disconnect method which caused 'out of stack space' error when there
were many (more than 1000) messages marked to be deleted
1.1.0.4 August 13, 2004
* All parts and their subparts will be scanned for possible attachments,
even when message contains attached other messages
1.1.0.3 July 16, 2004
* Parts that contain "Content-Disposition: inline" header are now also
moved to Attachments collection
1.1.0.2 July 7, 2004
* Fix in parts parsing that caused last part not to be recognized
if it didn't end with correct boundary
1.1.0.1 May 21, 2004
* Add Attachment.Part property
* Add 7BIT encoding type support
1.1.0.0 May 17, 2004
* Add Decrypt and VerifySignature S/MIME methods
* Add support for SSL/TLS using Security property
* Add support for APOP authentication
1.0.1.0 March 4, 2004
* Fix in too small buffer that could cause component to generate
exception when accessing message body
1.0.0.9 January 6, 2004
* Fix - found few memory leaks in the component
1.0.0.8 December 22, 2003
* Fix in HTMLPart property that returned incorrect results
1.0.0.7 November 7, 2003
* Add Message.ReplyTo property
* Add ASP samples
1.0.0.6 October 18, 2003
* Fix in parsing headers when space was missing after : (colon) char
1.0.0.5 October 5, 2003
* Fix in From and To fields which were the same almost every time,
even message had different information
1.0.0.4 October 3, 2003
* Fix crash in blocking mode when component was destroyed when busy
* Add Messages.GetAllLines and Message.GetLines methods
1.0.0.3 September 28, 2003
* Behavior change, now wodPop3 deletes message instead of you, when
you call Disconnect method
* MarkDelete property is now read-write
* Delete method is removed
1.0.0.2 September 21, 2003
* Add Message.Save method
* Fix for Timeout error not firing
1.0.0.1 September 20, 2003
* Initial Release