From 3e3a1d5e1c0ef98beee290149a31bc3ed7ea3cd5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 2 Mar 2001 22:09:40 +0000 Subject: Doh! Set the CAMEL_URL_ALLOW_AUTH flag. 2001-03-02 Jeffrey Stedfast * providers/smtp/camel-smtp-provider.c: Doh! Set the CAMEL_URL_ALLOW_AUTH flag. * providers/smtp/camel-smtp-transport.c (get_smtp_error_string): Updated with the extended AUTH return codes. svn path=/trunk/; revision=8530 --- camel/ChangeLog | 3 +++ camel/providers/smtp/camel-smtp-provider.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index e072891a2f..ad59ec9918 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-03-02 Jeffrey Stedfast + * providers/smtp/camel-smtp-provider.c: Doh! Set the + CAMEL_URL_ALLOW_AUTH flag. + * providers/smtp/camel-smtp-transport.c (get_smtp_error_string): Updated with the extended AUTH return codes. diff --git a/camel/providers/smtp/camel-smtp-provider.c b/camel/providers/smtp/camel-smtp-provider.c index 83fb54bc8e..0436800554 100644 --- a/camel/providers/smtp/camel-smtp-provider.c +++ b/camel/providers/smtp/camel-smtp-provider.c @@ -40,7 +40,7 @@ static CamelProvider smtp_provider = { CAMEL_PROVIDER_IS_REMOTE, - CAMEL_URL_NEED_HOST, + CAMEL_URL_NEED_HOST | CAMEL_URL_ALLOW_AUTH, { 0, 0 }, -- cgit v1.2.3