diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-02 08:29:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-02 08:29:53 +0800 |
commit | ea8003dcd6d7b5a60be930d9d213c313a983f33e (patch) | |
tree | 84b4fca3d85e64899ac1840ce777bb7dcba45956 /camel/ChangeLog | |
parent | 2c23afbef1edb9d907d3fd871876fe7cbe201d2f (diff) | |
download | gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.tar gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.tar.gz gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.tar.bz2 gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.tar.lz gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.tar.xz gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.tar.zst gsoc2013-evolution-ea8003dcd6d7b5a60be930d9d213c313a983f33e.zip |
When forced to use the IP, place it in square brackets.
2000-08-01 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c (smtp_helo): When forced
to use the IP, place it in square brackets.
svn path=/trunk/; revision=4462
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6966ac0578..ace0859687 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2000-08-01 Jeffrey Stedfast <fejj@helixcode.com> + * providers/smtp/camel-smtp-transport.c (smtp_helo): When forced + to use the IP, place it in square brackets. + * providers/imap/camel-imap-utils.c (imap_translate_sexp): New and improved sexp parser. An honest try at using e-sexp is wrapped in a #ifdef at the bottom of the file but is currently not used |