Archive
Archive for September, 2012
CPJNSMTPConnection v2.98
September 30, 2012
Comments off
Just to let everyone know that v2.98 of CPJNSMTPConnection has been released. Updates for this version include:
- Updated the code to avoid DLL planting security issues when calling LoadLibrary. Thanks to Mat Berchtold for reporting this issue.
- A header file called "PJNLoadLibraryFromSystem32.h" is now included which provides a version of LoadLibrary which loads a DLL without any path information from the Windows System directory. This helps avoid DLL planting security issues in your application when you call LoadLibrary with a module name without any path information.
Categories: Web Site Updates
XTaskDialog v1.14
September 28, 2012
Comments off
Just to let everyone know that v1.14 of XTaskDialog has been released. Updates for this version include:
- Refactored all string loading into LoadStringResources method.
- Refactored all icon loading into a new LoadIconResources method.
- XTaskDialog now provides support for TDM_NAVIGATE_PAGE and TDN_NAVIGATED. Thanks to Jan-Hendrik Spieth for prompting me to add support for this.
- Updated the code to clean compile on VC 2012.
Categories: Web Site Updates
CPJNSMTPConnection v2.97
September 24, 2012
Comments off
Just to let everyone know that v2.97 of CPJNSMTPConnection has been released. Updates for this version include:
- Removed an unnecessary line of code from CPJNSMTPConnection::SendRCPTForRecipient. Thanks to Mat Berchtold for reporting this issue.
Categories: Web Site Updates
CPJNSMTPConnection v2.96
September 23, 2012
Comments off
Just to let everyone know that v2.96 of CPJNSMTPConnection has been released. Updates for this version include:
- Removed SetContentBase and GetContentBase methods as Content-Base header is deprecated from MHTML. For details see http://www.ietf.org/mail-archive/web/apps-discuss/current/msg03220.html. Thanks to Mat Berchtold for reporting this issue.
- Removed the now defunct parameter from the AddHTMLBody method.
- Removed the FoldHeader method as it was only used by the m_sXMailer header.
- Updated the logic in the FolderSubjectHeader method to correctly handle the last line of text to fold.
Categories: Web Site Updates