Took out code that had been there to reconnect to the server if it was not
authorJeffrey Stedfast <fejj@helixcode.com>
Thu, 25 May 2000 17:42:53 +0000 (17:42 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 25 May 2000 17:42:53 +0000 (17:42 +0000)
commit5da30e90b866ceb25740d35a5444815294491ed9
treedf7ed3d218f657214ab8adcd2070fad04581e4b4
parent2a8d9822fb5eca718e795cac3bc962f189969751
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.
camel/ChangeLog
camel/providers/imap/camel-imap-store.c [new file with mode: 0644]
camel/providers/imap/camel-imap-store.h
camel/providers/imap/imap.c [new file with mode: 0644]
camel/providers/imap/imap.h [new file with mode: 0644]
camel/providers/smtp/camel-smtp-transport.c