aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r--camel/camel-service.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h
index 7850aca4e6..9c180e5d98 100644
--- a/camel/camel-service.h
+++ b/camel/camel-service.h
@@ -83,8 +83,14 @@ typedef struct {
/* query_auth_types returns a GList of these */
typedef struct {
- char *name, *description, *authproto;
- gboolean need_password;
+ char *name; /* user-friendly name */
+ char *description;
+ char *authproto;
+
+ gboolean need_password; /* needs a password to authenticate */
+
+ gboolean quick_login; /* client can send initial challenge to
+ * speed up the authentication procedure */
} CamelServiceAuthType;