Support AUTH=PLAIN in the IMAP server.
[citadel.git] / citadel / serv_imap.h
index 3fd11be9eda27aebb0829b89928baaa7e591d97d..c7d932a97e1dc34301bcd161d67c2fd8b89745d3 100644 (file)
@@ -44,7 +44,8 @@ struct citimap {
 enum {
        imap_as_normal,
        imap_as_expecting_username,
-       imap_as_expecting_password
+       imap_as_expecting_password,
+       imap_as_expecting_plainauth
 };
 
 /* Flags for the above struct.  Note that some of these are for internal use,