|
Version history |
|
The following changes have been incorporated.
Version 2.1.10
Released: Mar. 28, 2008
Bug Fix: Fixed issued in EmailMessage class for handling attachments that do not have Content-Disposition field.
Version 2.1.9
Released: Mar. 18, 2008
Bug Fix: Fixed issued in EmailMessage class where some inline messages were improperly identified as attachments.
Version 2.1.8
Released: Mar. 13, 2008
Bug Fix: Fixed APOP authentication issue in Pop class.
Version 2.1.7
Released: Feb. 1, 2008
Bug Fix: Fixed issue in Smtp class with additional null characters being sent as part of message body.
Version 2.1.6
Released: Jan. 29, 2008
Bug Fix: Fixed reading of multi-line responses in Smtp class.
Version 2.1.5
Released: Nov. 9, 2007
Enhancement: Added Imap.CopyMessage and Imap.MoveMessage methods for copying and moving messages in IMAP folders.
Version 2.1.4
Released: Jul. 20, 2007
Fix: Fixed issue in obtaining character set for decoding email messages.
Version 2.1.3
Released: Jul. 17, 2007
Fix: Fixed issue in reading emails using POP and IMAP protocols that resulted in extra line feed.
Version 2.1.2
Released: Jul. 17, 2007
Fix: Fixed parsing issue in Imap.ListMailboxes for mailboxes that contain non-ASCII characters.
Version 2.1.1
Released: Jul. 10, 2007
Fix: Fixed parsing issue in Imap.ListMailboxes for mailboxes that have spaces.
Version 2.1
Released: Feb. 19, 2007
Enhancement: Added Imap.ListMailboxes method to handle retrieving mailboxes from IMAP4rev1 compliant servers.
Version 2.0
Released: Jan. 10, 2007
Enhancement: Added support for secure SMTP, POP and IMAP protocols using either explicit or explicit SSL connections.
Version 1.5.1
Released: Nov. 24, 2006
Fix: Fixed issue with obtaining Date header in EmailMessage class.
Fix: Fixed issue with replacing MIME header attributes.
Version 1.5
Released: Nov. 3, 2006
Enhancement: Added SOCKS proxy support to Pop, Imap and Smtp classes.
Enhancement: Added Imap.Append method to support storing email messages in IMAP folders.
Enhancement: Added Imap.GetMessageWithFlags method to support retrieving email messages with message flags.
Version 1.4
Released: Aug. 30, 2006
Enhancement: Added HtmlEmailMessage class for sending HTML messages with corresponding plain-text message body.
Fix: Fixed issue in MIME boundary when rebuiding of MIME messages.
Version 1.3.6
Released: May 25, 2006
Fix: Fixed issue in EmailMessage class when trying to get the body where the email message contained attachments.
Version 1.3.5
Released: Mar. 9, 2006
Enhancement: Changed licensing model to allow for easier embedding of license keys in product.
Enhancement: Added SmtpException, PopException and ImapException classes.
Fix: Fixed issue with Smtp class to detect instances where relaying is not allowed.
Fix: Fixed issue with Imap class to read banner piror to submitting login credentials.
Version 1.3.4
Released: Mar. 5, 2006
Enhancement: Added strong assembly naming support to library.
Fix: Fix for decoding of MIME headers in an email message where encoding type is not supported.
Version 1.3.2
Released: Dec 24, 2005
Fix: Fix for decoding of MIME headers in an email message.
Version 1.3.1
Released: Oct 27, 2005
Minor change to licensing framework.
Version 1.3
Released: Jul 27, 2005
Fix: Fixed licensing issue experienced when deploying with ASP.NET projects.
Version 1.2.1
Released: Jun 20, 2005
Fix: Fixed issue with debug messages not being displayed if empty constructor was used
Version 1.2
Released: Jun 15, 2005
Fix: Fixed issue with deleting messages in Imap class.
Fix: Fixed delete message flag issue found in Pop and Imap examples.
Version 1.1
Released: Mar 21, 2005
Enhancement: Added message flag support to Imap.Store methods.
Enhancement: Added search expression support to Imap.GetMessages.
Enhancement: Added Imap.GetMessageHeaders to retrieve message headers.
Enhancement: Added Imap.GetMessageHeader to retrieve named message header.
Version 1.0
Released: Nov 3, 2004
Initial Production Release.