Anonymous - 2016-04-20

Hello,

Please see attached source files that address following AIM issues:

  1. Fix: MailMessage.IsBodyHtml field was ignored by SendMail(), only the
    SmtpSocketClient useHtml constructor parameter was used.
  2. Fix: BodyToQuotedPrintable() crashed when the mail body started
    immediately with a word longer than 76 characters.
  3. Fix: Email time is now correctly included into the Date header on
    sending.
  4. Fix: Body encoding name is correctly inserted into the header.
  5. AIM now handles the base64 transfer encoding option if specified in the
    MailMessage.BodyTransferEncoding.
  6. AIM now allows passing ContentStreams as the Attachment contents as
    well, not just the file names.

Andrzej Novosiolov,
SoftElegance