v9.5.0.31 Micro Update: Added Cert.ExportToPfxData
Added the Cert.ExportToPfxData method to export to an in-memory image of a PFX file.
Latest notes, articles, and news
Added the Cert.ExportToPfxData method to export to an in-memory image of a PFX file.
Added the mailman.P7mEncryptAttachFilname, P7mSigAttachFilename, P7sSigAttachFilename properties. These properties may be used to set the attachment filenames for signed/encrypted email to something different than the default “smime.p7m” or “smime.p7s”.
Fixed the AbortCheck and PercentDone events for the Single-DLL ActiveX. These events did not fire. This was a problem that only affected the Single-DLL ActiveX.
Added the Email.SetEdifactBody method to make it easier to create EDIFACT emails.
Added support for the hmac-sha2-512,hmac-sha2-256,hmac-ripemd160 algorithms to SSH/SFTP internal transport.
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.
Changes in HTTP: Updated the User-Agent default to that of latest Firefox (ChilkatHttpUA no longer used because browsers may respond in unexpected ways.) The Accept-Charset header is no longer added by default. (The Http.AcceptCharset property is empty by default.) The http.Accept property default is now “text/html,application/xhtml+xml,application/xml;q=0.9,* / *;q=0.8”