imap: Removed the need for separate custom request functions

Moved the custom request processing into the LIST command as the logic
is the same.
This commit is contained in:
Steve Holme
2013-03-09 13:26:59 +00:00
parent 69eca5c252
commit 6bdd3d4a88
2 changed files with 21 additions and 45 deletions

View File

@@ -51,7 +51,6 @@ typedef enum {
IMAP_FETCH_FINAL,
IMAP_APPEND,
IMAP_APPEND_FINAL,
IMAP_CUSTOM,
IMAP_LOGOUT,
IMAP_LAST /* never used */
} imapstate;