v9.5.0.26 Micro Update: IMAP IDLE Functionality Added
Added the IdleStart, IdleDone, and IdleCheck methods to the IMAP API. See the online reference documentation for details.
Added the IdleStart, IdleDone, and IdleCheck methods to the IMAP API. See the online reference documentation for details.
Added the following properties to the C/C++ CkString class to get the count of chars in particular Unicode blocks/planes: get_NumArabic get_NumAscii get_NumCentralEuro get_NumChinese get_NumCyrillic get_NumGreek get_NumHebrew get_NumJapanese get_NumKorean get_NumLatin get_NumThai
Chilkat’s “Q”/”B” internal decoding methods did not recognize the name “Cp1252”. The usage of the name “Cp1252” is very rarely encountered in Q/B encodings for email. Usuallly the name used is “windows-1252” or the almost-equivalent “iso-8859-1”.
A minor fix to SFtp.ResumeDownloadFileByName: If the complete file already exists locally such that nothing needed to be downloaded, the method incorrectly returned a failed status. This has been fixed.
* As with any new release, some fixes occur deep within the internal Chilkat code base and are applicable to many classes/objects. These are labeled as “Internal” fixes. FTP2: Fixed XCRC problem. HTTP: Added the AwsEndpoint property. This is the regional endpoint (domain) to be used for Amazon S3 method calls. The default value is “s3.amazonaws.com”. This can be set […]
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 […]
(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 […]
(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.) […]
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 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 […]