diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-03 03:40:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-03 03:40:08 +0800 |
commit | 82b9322f937abdce12f1f7e9b768fc644fa95fa2 (patch) | |
tree | 5d0de90124d6054b51bb2942eb5e82b3957f5bb4 | |
parent | 953526bb921dfa13a1fbd90b04651592e048ab36 (diff) | |
download | gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.tar gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.tar.gz gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.tar.bz2 gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.tar.lz gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.tar.xz gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.tar.zst gsoc2013-evolution-82b9322f937abdce12f1f7e9b768fc644fa95fa2.zip |
oops, forgot the changelog
svn path=/trunk/; revision=8528
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c9698d6a59..e072891a2f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2001-03-02 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (get_smtp_error_string): + Updated with the extended AUTH return codes. + +2001-03-02 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-store.c (try_auth): Don't forget to unref the SASL object. |