mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:53:36 +03:00
imap: Introduced IMAP_CUSTOM state
This commit is contained in:
parent
dcffd936e1
commit
51dbaae432
2 changed files with 2 additions and 0 deletions
|
|
@ -471,6 +471,7 @@ static void state(struct connectdata *conn, imapstate newstate)
|
|||
"FETCH_FINAL",
|
||||
"APPEND",
|
||||
"APPEND_FINAL",
|
||||
"CUSTOM",
|
||||
"LOGOUT",
|
||||
/* LAST */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue