aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-10 21:18:30 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-10 21:18:30 +0000
commit85a2e9ec820a8d904d4733f1d84007e806409e10 (patch)
treeeadba81596a84716fcae2c674a09f671193a6a51 /lib/imap.h
parent18d1ea45282508825b74ebf6704db812797e553a (diff)
email: Post STARTLS capability code tidy up (Part One)
Corrected the order of the CAPA / CAPABILITY state machine constants to match the execution order.
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.h b/lib/imap.h
index a8164c084..31888529a 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -31,10 +31,10 @@ typedef enum {
IMAP_STOP, /* do nothing state, stops the state machine */
IMAP_SERVERGREET, /* waiting for the initial greeting immediately after
a connect */
+ IMAP_CAPABILITY,
IMAP_STARTTLS,
IMAP_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS
(multi mode only) */
- IMAP_CAPABILITY,
IMAP_AUTHENTICATE_PLAIN,
IMAP_AUTHENTICATE_LOGIN,
IMAP_AUTHENTICATE_LOGIN_PASSWD,