aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
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,