diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-02 06:16:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-02 06:16:32 +0800 |
commit | 1193763d9e8b6abf209bc6593a7e09dd76359bb1 (patch) | |
tree | 3a1e68717c0f47c49225e50ac170bad3228d9a0d /camel/camel-service.h | |
parent | c3db21df6ef94b5fb91a5c0dbdcfc518c299b37c (diff) | |
download | gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.tar gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.tar.gz gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.tar.bz2 gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.tar.lz gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.tar.xz gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.tar.zst gsoc2013-evolution-1193763d9e8b6abf209bc6593a7e09dd76359bb1.zip |
Updated the authtypes here too.
2001-04-01 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-provider.c: Updated the authtypes here
too.
svn path=/trunk/; revision=9087
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r-- | camel/camel-service.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h index 9c180e5d98..911a0d8f8f 100644 --- a/camel/camel-service.h +++ b/camel/camel-service.h @@ -89,8 +89,11 @@ typedef struct { gboolean need_password; /* needs a password to authenticate */ - gboolean quick_login; /* client can send initial challenge to - * speed up the authentication procedure */ + gboolean quick_login; /* Client can send initial challenge to + * speed up the authentication procedure. + * Note: This option only ever matters if + * it is a SASL mechanism. If unsure, it + * is safe to say FALSE. */ } CamelServiceAuthType; |