* add literal support to imap login / passwords; this should fix our communication...
[citadel.git] / citadel / modules / imap / serv_imap.h
index e2b3f4334f0977378e6436539c4544e60b00898f..27ace03bf049f32648d5889f4b84535b48bb07e3 100644 (file)
@@ -48,7 +48,9 @@ enum {
        imap_as_normal,
        imap_as_expecting_username,
        imap_as_expecting_password,
-       imap_as_expecting_plainauth
+       imap_as_expecting_plainauth,
+       imap_as_expecting_multilineusername,
+       imap_as_expecting_multilinepassword
 };
 
 /* Flags for the above struct.  Note that some of these are for internal use,