aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-08-14 23:25:37 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-08-15 21:32:21 +0100
commit078d1fbf2b9d2d3a79f03c92ddca6fb0c6f1a434 (patch)
treeb5853e6c8e679e561532a66e2652877fadaf01fb /lib/imap.h
parent9eba83c156039156b8bd24b820923f2ddd275a80 (diff)
email: Added mutual authentication flag
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imap.h b/lib/imap.h
index c7f76f5a0..768fc4b8c 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -92,6 +92,7 @@ struct imap_conn {
bool tls_supported; /* StartTLS capability supported by server */
bool login_disabled; /* LOGIN command disabled by server */
bool ir_supported; /* Initial response supported by server */
+ bool mutual_auth; /* Mutual authentication enabled (GSSAPI only) */
char *mailbox; /* The last selected mailbox */
char *mailbox_uidvalidity; /* UIDVALIDITY parsed from select response */
};