aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-01 15:59:29 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-01 15:59:29 +0100
commit2df6e6d9f8cb84c6010ac1c0471cfaa5d66f8d7d (patch)
tree06f2e3ec19bea06a02418b4f74a6ac9f4fbba3ae /lib/pop3.h
parent379efd62aa98a4e7d0a406c473530f93e3df28f5 (diff)
pop3: Added support for sasl login 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 953fce7da..75a208f4c 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -32,6 +32,8 @@ typedef enum {
POP3_STARTTLS,
POP3_AUTH,
POP3_AUTH_PLAIN,
+ POP3_AUTH_LOGIN,
+ POP3_AUTH_LOGIN_PASSWD,
POP3_AUTH_FINAL,
POP3_USER,
POP3_PASS,