mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
imap: Added support for sasl login authentication
This commit is contained in:
parent
494b8664da
commit
4e6265ea5a
2 changed files with 92 additions and 1 deletions
|
|
@ -36,6 +36,8 @@ typedef enum {
|
|||
(multi mode only) */
|
||||
IMAP_CAPABILITY,
|
||||
IMAP_AUTHENTICATE_PLAIN,
|
||||
IMAP_AUTHENTICATE_LOGIN,
|
||||
IMAP_AUTHENTICATE_LOGIN_PASSWD,
|
||||
IMAP_AUTHENTICATE,
|
||||
IMAP_LOGIN,
|
||||
IMAP_SELECT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue