Archive
Archive for December, 2010
XTaskDialog v1.12
December 19, 2010
Comments off
Just to let everyone know that v1.12 of XTaskDialog has been released. Updates for this version include:
- Updated copyright details.
- Updated the code to compile cleanly on VC 2010
- Fixed an issue in CXTaskDialog::Layout where a default OK button would not get created in some scenarios. The code has been updated to behave more like the Windows API does. Thanks to "Jan-Hendrik" for reporting this issue.
Categories: Web Site Updates
CPJNSMTPConnection v2.90
December 18, 2010
Comments off
Just to let everyone know that v2.90 of CPJNSMTPConnection has been released. Updates for this version include:
- Removed the methods Set/GetQuotedPrintable and Set/GetBase64 from CPJNSMTPBodyPart and replaced them with new Set/GetContentTransferEncoding methods which works with a simple enum.
- CPJNSMTPBodyPart::SetAttachment and CPJNSMTPBodyPart::SetFilename now automatically sets the Content-Transfer-Encoding to base64 for attachments. Thanks to Christian Egging for reporting this issue.
- The sample app is now linked against the latest OpenSSL v1.0.0c dlls
Categories: Web Site Updates