X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fserv_imap.h;h=27ace03bf049f32648d5889f4b84535b48bb07e3;hb=542e41ae940e81eb03d49fddd744c74941a5ff12;hp=e2b3f4334f0977378e6436539c4544e60b00898f;hpb=bec3ef98aa550c3beb4a762c789d0d0d6ea48910;p=citadel.git diff --git a/citadel/modules/imap/serv_imap.h b/citadel/modules/imap/serv_imap.h index e2b3f4334..27ace03bf 100644 --- a/citadel/modules/imap/serv_imap.h +++ b/citadel/modules/imap/serv_imap.h @@ -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,