aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-04 21:50:16 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-04 21:50:16 +0100
commit7759d10f3653d03f2816b6628164917f3c4914cf (patch)
treef012ae6e04b30f6282e222eca03d01b22d2f337d /lib/pop3.h
parent32ab3276ee2cfdd99c94ebdedef6969ac60b79a8 (diff)
pop3: Added support for sasl digest-md5 authentication
Diffstat (limited to 'lib/pop3.h')
-rw-r--r--lib/pop3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pop3.h b/lib/pop3.h
index 98954cb0b..951586431 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -35,6 +35,8 @@ typedef enum {
POP3_AUTH_LOGIN,
POP3_AUTH_LOGIN_PASSWD,
POP3_AUTH_CRAMMD5,
+ POP3_AUTH_DIGESTMD5,
+ POP3_AUTH_DIGESTMD5_RESP,
POP3_AUTH_NTLM,
POP3_AUTH_NTLM_TYPE2MSG,
POP3_AUTH_FINAL,