diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-25 23:16:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-25 23:16:51 +0800 |
commit | 8eb39923ceec15570d3e709103f118115f44a2fd (patch) | |
tree | 979b6f28853f4d13c31217c9f788bfa078a3ed93 /camel/ChangeLog | |
parent | edafb41f2a1b8acb546591a7aaad4177811c93c9 (diff) | |
download | gsoc2013-evolution-8eb39923ceec15570d3e709103f118115f44a2fd.tar.gz gsoc2013-evolution-8eb39923ceec15570d3e709103f118115f44a2fd.tar.zst gsoc2013-evolution-8eb39923ceec15570d3e709103f118115f44a2fd.zip |
If the localhost lookup results in a numeric IPv6 host, use the form
2003-09-25 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_helo): If the
localhost lookup results in a numeric IPv6 host, use the form
"[IPv6:<addr>]" as specified in rfc2821. Fixes bug #46006.
svn path=/trunk/; revision=22694
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index cfe36ef306..c3cc137b0d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-09-25 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_helo): If the + localhost lookup results in a numeric IPv6 host, use the form + "[IPv6:<addr>]" as specified in rfc2821. Fixes bug #46006. + 2003-09-23 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mbox-store.c (get_folder): If the CREATE |