aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-23 05:26:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-23 05:26:54 +0000
commit7de5427f26c37a13732399728a9e5f826f86a597 (patch)
tree2e2304e081aa7ce62597cb60c0b7da4ce461d795 /libsylph/imap.h
parent50eeb3d818c7c36f03d0c195c48528c2cd2731ee (diff)
supported PLAIN authentication on IMAP4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1129 ee746299-78ed-0310-b773-934348b2243d
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