From 99e55fbc6b1ad39fd840c8b917583bc1b2cce2dd Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 3 Aug 2001 15:33:57 +0000 Subject: special case popb4smtp auth before we try and connect, and do the magic 2001-08-03 Not Zed * providers/smtp/camel-smtp-transport.c (smtp_connect): special case popb4smtp auth before we try and connect, and do the magic here first. 2001-08-02 Not Zed * providers/smtp/camel-smtp-transport.c (smtp_connect): Check for POPB4SMTP separate to the esmtp auth list. (smtp_auth): If creating the sasl object means it is already authenticated, then exit early. Sort of 'clean hack' to help popb4smtp work. (smtp_auth): Unref the sasl object, clean up a memleak i think. * providers/smtp/camel-smtp-provider.c (camel_provider_module_init): Added POPB4SMTP auth type. * camel-sasl.c (camel_sasl_authtype): Added POPB4SMTP type. * camel-sasl-popb4smtp.c: New file for pop before smtp 'authentication'. * Makefile.am (libcamel_la_SOURCES, HEADERS): Add camel-sasl-popb4smtp.[ch]. svn path=/trunk/; revision=11615 --- camel/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am index 7dafb8bf83..572ad3bafa 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -77,6 +77,7 @@ libcamel_la_SOURCES = \ camel-sasl-kerberos4.c \ camel-sasl-login.c \ camel-sasl-plain.c \ + camel-sasl-popb4smtp.c \ camel-search-private.c \ camel-seekable-stream.c \ camel-seekable-substream.c \ @@ -162,6 +163,7 @@ libcamelinclude_HEADERS = \ camel-sasl-kerberos4.h \ camel-sasl-login.h \ camel-sasl-plain.h \ + camel-sasl-popb4smtp.h \ camel-seekable-stream.h \ camel-seekable-substream.h \ camel-service.h \ -- cgit v1.2.3