pop3: Added support for sasl login authentication

This commit is contained in:
Steve Holme
2012-06-01 15:59:29 +01:00
parent 379efd62aa
commit 2df6e6d9f8
2 changed files with 87 additions and 2 deletions

View File

@@ -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,