aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl-plain.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-02 06:54:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-02 06:54:44 +0800
commitb27a35eae5e2f63a15ec9c151b70b31b7be6c8fe (patch)
tree5171fb44493d387053774d9568133ed36ed61434 /camel/camel-sasl-plain.h
parent1193763d9e8b6abf209bc6593a7e09dd76359bb1 (diff)
downloadgsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.tar
gsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.tar.gz
gsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.tar.bz2
gsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.tar.lz
gsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.tar.xz
gsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.tar.zst
gsoc2013-evolution-b27a35eae5e2f63a15ec9c151b70b31b7be6c8fe.zip
New files to handle the LOGIN SASL mechanism.
2001-04-01 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-login.[c,h]: New files to handle the LOGIN SASL mechanism. * camel-sasl-plain.c: Removed the definition of camel_sasl_login_authtype. * camel-sasl.c (camel_sasl_new): Oops. I thought LOGIN was an alias to PLAIN. I was wrong. These two SASL objects have to be separate. * providers/smtp/camel-smtp-transport.c (smtp_auth): Updated to check for and use authmech->quick_login when available. svn path=/trunk/; revision=9088
Diffstat (limited to 'camel/camel-sasl-plain.h')
-rw-r--r--camel/camel-sasl-plain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-sasl-plain.h b/camel/camel-sasl-plain.h
index 047fc6b6a7..1e93ae5c7a 100644
--- a/camel/camel-sasl-plain.h
+++ b/camel/camel-sasl-plain.h
@@ -52,8 +52,6 @@ CamelType camel_sasl_plain_get_type (void);
extern CamelServiceAuthType camel_sasl_plain_authtype;
-extern CamelServiceAuthType camel_sasl_login_authtype;
-
#ifdef __cplusplus
}
#endif /* __cplusplus */