From 85a2e9ec820a8d904d4733f1d84007e806409e10 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Feb 2013 21:18:30 +0000 Subject: email: Post STARTLS capability code tidy up (Part One) Corrected the order of the CAPA / CAPABILITY state machine constants to match the execution order. --- lib/imap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/imap.h') 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, -- cgit v1.2.3