aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/imap.h')
-rw-r--r--libsylph/imap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/imap.h b/libsylph/imap.h
index 33065e4c..d6db69e2 100644
--- a/libsylph/imap.h
+++ b/libsylph/imap.h
@@ -43,7 +43,8 @@ typedef struct _IMAPNameSpace IMAPNameSpace;
typedef enum
{
IMAP_AUTH_LOGIN = 1 << 0,
- IMAP_AUTH_CRAM_MD5 = 1 << 1
+ IMAP_AUTH_CRAM_MD5 = 1 << 1,
+ IMAP_AUTH_PLAIN = 1 << 2
} IMAPAuthType;
struct _IMAPFolder