PowerTCP Mail for .NET updated

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 of Email Address objects to a list of Recipient objects in order to include a Smtp Response property that will contain the response of the sending server for each successful send.