mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
pop3: Added support for sasl ntlm authentication
This commit is contained in:
parent
6f964e4f06
commit
69f7156ad9
2 changed files with 98 additions and 1 deletions
|
|
@ -34,6 +34,8 @@ typedef enum {
|
|||
POP3_AUTH_PLAIN,
|
||||
POP3_AUTH_LOGIN,
|
||||
POP3_AUTH_LOGIN_PASSWD,
|
||||
POP3_AUTH_NTLM,
|
||||
POP3_AUTH_NTLM_TYPE2MSG,
|
||||
POP3_AUTH_FINAL,
|
||||
POP3_USER,
|
||||
POP3_PASS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue