PowerTCP Mail for .NET Releases
Released: Feb 1, 2017
Updates in V4.3.4
Fixes
- An issue where spaces were incorrectly removed when only a portion of header text was Q-encoded was resolved.
- An issue where attachments names were not parsed out correctly when the attachment part headers contained both a name and filename parameter has been resolved.
- Some servers do not support the receipt of the EHLO command after authentication. EHLO will no longer be sent after authentication has occurred.
- An issue where FETCH responses containing parentheses within quoted strings...
Released: Jul 19, 2016
Updates in V4.3.3
Fixes
- An issue that could result in a null reference exception being thrown while retrieving email headers from a POP server was resolved.
Released: Jun 1, 2016
Updates in this release
Updates in 4.3.2
- Mailbox heirarchy delimiters that are an escaped qouted string character (ex: "\\") will now be decoded and parsed correctly.
Released: Apr 15, 2016
Updates in this release
Updates in 4.3.1
- Improved decoding of email messages with nonconformant MIME boundaries.
- Improved samples to display HTML parts with charset headers that are not parsed correctly by the WebBrowser control.
Released: Apr 7, 2016
Updates in this release
Updates in 4.3
- XOAUTH2 authentication support for Imap, Smtp and Pop.
- MailMessage.ReplyInline and MailMessage.ReplyAllInline Methods have been added, which will prepend a reply to the original message text.
- Imap.GetAllMailboxes has been added, which can be used to retrieve a list of all mailboxes.
- Imap.Select has been added, which can be used to select mailboxes by absolute path.
- Now includes support for UTF8=Accept and UTF8=Only server advertised capabilities so that quoted UNICODE Strings can...
Released: Oct 2, 2014
Updates in this release
Updates in V4.2.2.2
- Calling MailMessage.Clear() results in the message being initialized as a MIME message.
- If there is a content disposition header present in a mail part then a resource or attachment part will always be added regardless of content type.
- UUencoded attachments will now be encoded with a grave character instead of a space.
- Mail message header values that use quoted printable encoding now decode correctly.
Released: Apr 23, 2014
Updates in this release
Updates in V4.2.1.2
- MailMessage.IsMime property added to indicate and control the use of Mime encoding for the current message. Messages that are not Mime encoded will now retain their original encoding.
- Support for decoding headers encoded with the extensions described in RFC 2231 "Parameter value and encoded word extensions" has been added.
- The FAST and FULL fetch macros defined in RFC3501 have been added to the ImapMessageInfo enumeration.
- SmtpResults.Recipients has been changed from a list...
Released: Jan 10, 2014
Updates in this release
Updates in V4.2
- Added Attachment.Directory static property, which indicates where temporary files will be stored for emails after decoding.
Released: Apr 24, 2013
Updates in this release
Updates in V4.0
- Model-View-Controller design uses fewer resources, is more flexible and produces code that is easier to maintain.
- Improved use of .NET features including generics and IPv6.
- Robust IMAPv4, POP3 and SMTP support.
- Improved thread-safe design.
- SSL support for secure communications.
- Added NTLM and GSSAPI, supporting single sign-on.
- Improved support for international email addresses and domains when using .NET 4.0+.
- Support for DNS resolution of international domain names.
- Simplified...
Released: Oct 25, 2010
Updates in this release
Updates in V3.2.0
- PowerTCP Mail for .NET has been updated with VS 2010 integration
- PowerTCP Mail for .NET now supports .NET Framework 4 Client Profile