mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
imap: Introduced IMAP_CUSTOM state
This commit is contained in:
parent
dcffd936e1
commit
51dbaae432
@ -471,6 +471,7 @@ static void state(struct connectdata *conn, imapstate newstate)
|
||||
"FETCH_FINAL",
|
||||
"APPEND",
|
||||
"APPEND_FINAL",
|
||||
"CUSTOM",
|
||||
"LOGOUT",
|
||||
/* LAST */
|
||||
};
|
||||
|
@ -50,6 +50,7 @@ typedef enum {
|
||||
IMAP_FETCH_FINAL,
|
||||
IMAP_APPEND,
|
||||
IMAP_APPEND_FINAL,
|
||||
IMAP_CUSTOM,
|
||||
IMAP_LOGOUT,
|
||||
IMAP_LAST /* never used */
|
||||
} imapstate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user