Archive
CPJNSMTPConnection v3.13
Just to let everyone know that v3.13 of CPJNSMTPConnection has been released. Updates for this version include:
- Fixed an error in CPJNSMTPException::GetErrorMessage where it would not use the full HRESULT value when calling FormatMessage. Thanks to Bostjan Erzen for reporting this issue.
- Improved the error handling in CPJNSMTPConnection::Connect when SSL connection errors occur. Thanks to Bostjan Erzen for reporting this issue.
- Improved the error handling in CPJNSMTPConnection::DoSTARTTLS when SSL connection errors occur. Thanks to Bostjan Erzen for reporting this issue.
CryptoWrappers v1.02
Just to let everyone know that v1.02 of CryptoWrappers has been released. Updates for this version include:
- Updated copyright details
- Marked functions in CryptoWrappersHelpers.h as inline.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.33
Just to let everyone know that v1.33 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated copyright details
- Updated the code to clean compile on VC 2013
- Updated class to work with Scintilla v3.5.3. New messages wrapped include: SCI_CHANGEINSERTION, SCI_CLEARTABSTOPS, SCI_ADDTABSTOP, SCI_GETNEXTTABSTOP, SCI_GETIMEINTERACTION, SCI_SETIMEINTERACTION, SCI_CALLTIPSETPOSSTART, SCI_GETPHASESDRAW, SCI_SETPHASESDRAW, SCI_POSITIONRELATIVE, SCI_AUTOCSETMULTI, SCI_AUTOCGETMULTI, SCI_SETMOUSESELECTIONRECTANGULARSWITCH, SCI_GETMOUSESELECTIONRECTANGULARSWITCH, SCI_DROPSELECTIONN, SCI_SETREPRESENTATION, SCI_GETREPRESENTATION, SCI_CLEARREPRESENTATION, SCI_GETSTYLEFROMSUBSTYLE & SCI_GETPRIMARYSTYLEFROMSTYLE.
- Added virtual methods for SCN_FOCUSIN & SCN_FOCUSOUT notifications.
CPJNSMTPConnection v3.12
Just to let everyone know that v3.12 of CPJNSMTPConnection has been released. Updates for this version include:
- Addition of CPJNSMTPBodyPart::InsertChildBodyPart and CPJNSMTPMessage::InsertBodyPart methods. These new methods inserts a body part as the first element in the hierarchy of child body parts instead of to the end. In addition the CPJNSMTPMessage::AddTextBody and CPJNSMTPMessage::AddHTMLBody methods now call CPJNSMTPBodyPart::InsertChildBodyPart instead of CPJNSMTPBodyPart::AddChildBodyPart to ensure that the body text part of the SMTP message appears as the first child body part. This helps avoid issues where Microsoft Exchange modifies multipart messages where the body text is moved to an attachment called ATT00001: For further information please see http://kb.mit.edu/confluence/pages/viewpage.action?pageId=4981187 and http://support2.microsoft.com/kb/969854. Thanks to Marco Veldman for reporting this issue.
- Removed support for DTLSv1 SSL protocol as this is not applicable to SMTP as DTLS is designed for UDP and not TCP. This removal helps resolve an issue where the code did not compile in VC 2013 if you used the "Visual Studio 2013 – Windows XP (v120_xp)" Platform Toolset. Thanks to Bostjan Erzen for reporting this issue.
CSortedArray / CSortedArrayEx v1.46
Just to let everyone know that v1.46 of CSortedArray / CSortedArrayEx has been released. Updates for this version include:
- Updated copyright details.
- Updated the code and sample app to clean compile on VC 2013
CSelectCertificateDlg v1.04
Just to let everyone know that v1.04 of CSelectCertificateDlg has been released. Updates for this version include:
- Updated copyright details.
- Updated the code and sample app to clean compile on VC 2010 – VC 2013
CHLinkCtrl v1.32
Just to let everyone know that v1.32 of CHLinkCtrl has been released. Updates for this version include:
- Updated copyright details.
- Updated the code and sample app to clean compile on VC 2013
Splasher v1.52
Just to let everyone know that v1.52 of Splasher has been released. Updates for this version include:
- Updated copyright details
- Updated the code and sample app to clean compile on VC 2013
DtWinVer v1.93
Just to let everyone know that v1.93 of DtWinVer has been released. Updates for this version include:
- Updated copyright details.
- Fixed up the COSVersion::IsWindows2000AdvancedServer method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer2003 method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer2003R2 method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer2008 method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer2008R2 method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer2012 method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer2012R2 method to correctly distinguish between server and client OSes.
- Fixed up the COSVersion::IsEnterpriseWindowsServer10 method to correctly distinguish between server and client OSes.
CPJNSMTPConnection v3.11
Just to let everyone know that v3.11 of CPJNSMTPConnection has been released. Updates for this version include:
- Updated copyright details
- CPJNSMTPMessage::m_ReplyTo is now an array instead of a single address. Thanks to Bostjan Erzen for suggesting this update.
You must be logged in to post a comment.