From 078d1fbf2b9d2d3a79f03c92ddca6fb0c6f1a434 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 14 Aug 2014 23:25:37 +0100 Subject: email: Added mutual authentication flag --- lib/imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/imap.h') 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 */ }; -- cgit v1.2.3