diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-05-26 01:42:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-26 01:42:53 +0800 |
commit | a979df3778682adb6f90ef3477e62fc077a8e9b8 (patch) | |
tree | 91ac1af4e87cc5f0a728d93d1b5ca920056ef75e /camel/ChangeLog | |
parent | da3c570d5e91ceef20d9846946a5bebec5b5fa50 (diff) | |
download | gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.tar gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.tar.gz gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.tar.bz2 gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.tar.lz gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.tar.xz gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.tar.zst gsoc2013-evolution-a979df3778682adb6f90ef3477e62fc077a8e9b8.zip |
Took out code that had been there to reconnect to the server if it was not
2000-05-25 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c (_send_to): Took out code
that had been there to reconnect to the server if it was not
already connected - Mailer code was fixed so that this should not
be needed.
* providers/imap/camel-imap-store.[c,h]: Initial code.
svn path=/trunk/; revision=3202
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 518fa791f4..b4acfd3f45 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-05-25 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/smtp/camel-smtp-transport.c (_send_to): Took out code + that had been there to reconnect to the server if it was not + already connected - Mailer code was fixed so that this should not + be needed. + + * providers/imap/camel-imap-store.[c,h]: Initial code. + 2000-05-24 Dan Winship <danw@helixcode.com> * camel.h: Re-add camel-simple-data-wrapper.h, which was removed |