aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-10-02 21:51:27 +0200
committerVincent Richard <[email protected]>2006-10-02 21:51:27 +0200
commitb2d67de8a9cf7e97fb592742e57c0dae249e65b2 (patch)
tree89e1b7d04969d1996b2cdcd2303197e482ef3bed /ChangeLog
parentFixed typo. (diff)
downloadvmime-b2d67de8a9cf7e97fb592742e57c0dae249e65b2.tar.gz
vmime-b2d67de8a9cf7e97fb592742e57c0dae249e65b2.zip
Reissue EHLO after successful STARTTLS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b4a4b94..e1f40eb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ VERSION 0.8.1cvs
2006-10-02 Vincent Richard <[email protected]>
+ * SMTPTransport.cpp: reissue EHLO command after a successful STARTTLS
+ negociation.
+
* word, wordEncoder: fixed bug #1096610 which caused encoding of a
non-integral number of characters (and then, generation of
incorrectly-formed words) with multi-bytes charsets.