Chilkat MHT: GetEmail, GetMime, HtmlToEmail Methods Removed

Chilkat MHT methods that returned either an email object or a MIME object were removed in the v9.5.0 release. The reason for this was to decouple the internal dependencies between these objects. In some environments, such as for iOS, the size of the resultant executable can be important, and the internal linking between these objects increases the size. The decision […]

Chilkat v9.4.1 Release Notes

(MailMan) Added GetSentToEmailAddrs method (for information about any new methods or properties, see the online reference documentation). (MailMan) The GetBadEmailAddrs will not accumulate email addresses between mail-sending method calls.  The returned StringArray object will only contain the invalid email addresses from the most recent mail-sending method call. (C++) Most of the C++ header files (.h) are no longer hand-written. They […]

Chilkat v9.4.0 Release Notes

(The version previous to v9.4.0 was v9.3.2.) (backward compatibility) Removed the deprecated CkCrypt and CkFtp C++ classes.  (CkCrypt2 and CkFtp2 have been the primary C++ classes for encryption and FTP for many years.) (backward compatibility) Removed the deprecated Chilkat.Crypt and Chilkat.Ftp .NET classes.  (The primary Chilkat .NET classes for encryption and FTP have been Chilkat.Crypt2 and Chilkat.Ftp2 for many years.) […]

Chilkat v9.3.2 Release Notes

The release notes (below) detail the changes, fixes, new features, etc. regarding version 9.3.2. (C / C++) Unicode (wchar_t) versions of the Chilkat “C” API and the Chilkat C++ classes are now fully available.  The wchar_t C++ classes have the same name as the utf-8/ANSI multibyte classes, but with “W” added to class name.  For example: “CkSshW”.    The wchar_t “C” […]

Chilkat v9.3.1 Release Notes

Chilkat v9.3.1 is in the process of being released this week. The release notes (below) detail the changes, fixes, new features, etc. regarding the new version. All Added a free supporting CkDateTime object for date/time functionality. The use of SYSTEMTIME will become deprecated in favor of methods that instead return a CkDateTime object. More information about this will be added […]

Cocoa Asynchronous Methods and Event Callbacks

Chilkat v9.3.0 for Cocoa now includes the asynchronous functionality and event callback functionality that has been available in the C++ libs. Asynchronous methods run in a background thread such that the call immediately returns to the application.  Events are not fired w/ asynchronous method calls — your app would periodically check to see if the background task is finished. To […]

Chilkat v9.3.0 Release Notes

Chilkat v9.3.0 is in the process of being released this week.  The release notes (below) detail the changes, fixes, new features, etc. regarding the new version. (Crypt2, MIME, MailMan) Now supports the ability to create CAdES-BES and CAdES-EPES digital signatures.   See CAdES for more information. (IMAP) Added the ability to download emails without attachments, and to download attachments separately.  See […]

Chilkat 9.2.1 Release Notes

(SFTP) Performance improvements for file downloads. (MailMan ) Added the IsSmtpConnected boolean property. (Socket, Java build only) Fixed problem with BindAndListen. (FTP2) Added GetSizeByName64 and GetSize64 methods for C++ and .NET builds. (Email  object) Fixed AspUnpack2 method. (HTTP) Fixed so that HTTP will neither save nor send expired cookies. (HTTP) Fixed so that HTTP will not send cookies marked as […]

Chilkat 9.2.0 Release Notes

(Email Object) The AspUnpack and AspUnpack2 methods were fixed to prevent the creation of duplicate HTML files. (Zip) On Linux systems only, the AppendFiles method failed in a rare specific circumstance. (TAR) Fixed Base256 internal decoding problem to support TAR archives larger than 8GB. (Email, MIME, Crypt2) Internal PKCS7 signed-data issue fixed for cases where the signed data contained no […]

Chilkat 9.1.2 Release Notes

FileAccess: Changed “int” arguments to “unsigned int”. bool FileOpen(String *filename, unsigned int accessMode, unsigned int shareMode, unsigned int createDisp, unsigned int attr); RSA: If the result of a signature was a binary value such that the leading byte(s) were 0, then these NULL bytes were not included in the encoded output (such as for Base64, Hex, etc.). This was fixed. […]