Chilkat 9.0.3 Release Notes

SMTP (MailMan)

  • Added the MailMan.SendMimeBytes method to allow for sending the exact MIME source of an email from a byte array. This is useful for emails that have 8bit encodings. (With ActiveX, byte arrays are passed as Variants containing a byte array.) This method is also useful for sending DKIM signed email, because the output of the Chilkat.Dkim signature creation methods is a byte array containing the signed MIME.
  • Added the MailMan.RenderToMimeBytes method. It is identical to RenderToMime, except the MIME is returned as a byte array instead of a string. Again, this is useful for emails with 8bit encodings and/or using in combination with Chilkat’s DKIM API.

HTTP

  • Fixed a bug where cache files may not have been saved when the UpdateCache property is turned on.
  • Added file-locking protection for caching to prevent multi-threaded applications from reading/writing the same cache file simultaneously from multiple threads.
Tags :