1 /* 2 * imap_err.h: 3 * This file is automatically generated; please do not edit it. 4 */ 5 6 #include <et/com_err.h> 7 8 #define IMAP_INTERNAL (-1904809472L) 9 #define IMAP_IOERROR (-1904809471L) 10 #define IMAP_NOTFOUND (-1904809470L) 11 #define IMAP_SYS_ERROR (-1904809469L) 12 #define IMAP_NOSPACE (-1904809468L) 13 #define IMAP_PERMISSION_DENIED (-1904809467L) 14 #define IMAP_QUOTA_EXCEEDED (-1904809466L) 15 #define IMAP_MESSAGE_TOO_LARGE (-1904809465L) 16 #define IMAP_USERFLAG_EXHAUSTED (-1904809464L) 17 #define IMAP_NAMESPACE_BADPREFIX (-1904809463L) 18 #define IMAP_MAILBOX_BADFORMAT (-1904809462L) 19 #define IMAP_SYNC_CHECKSUM (-1904809461L) 20 #define IMAP_MAILBOX_CHECKSUM (-1904809460L) 21 #define IMAP_MAILBOX_NOTSUPPORTED (-1904809459L) 22 #define IMAP_MAILBOX_NONEXISTENT (-1904809458L) 23 #define IMAP_MAILBOX_EXISTS (-1904809457L) 24 #define IMAP_MAILBOX_BADNAME (-1904809456L) 25 #define IMAP_MAILBOX_BADTYPE (-1904809455L) 26 #define IMAP_MAILBOX_MOVED (-1904809454L) 27 #define IMAP_MAILBOX_RESERVED (-1904809453L) 28 #define IMAP_MAILBOX_LOCKED (-1904809452L) 29 #define IMAP_MAILBOX_DISABLED (-1904809451L) 30 #define IMAP_PARTITION_UNKNOWN (-1904809450L) 31 #define IMAP_INVALID_IDENTIFIER (-1904809449L) 32 #define IMAP_MESSAGE_CONTAINSNULL (-1904809448L) 33 #define IMAP_MESSAGE_CONTAINSNL (-1904809447L) 34 #define IMAP_MESSAGE_CONTAINS8BIT (-1904809446L) 35 #define IMAP_MESSAGE_BADHEADER (-1904809445L) 36 #define IMAP_MESSAGE_NOBLANKLINE (-1904809444L) 37 #define IMAP_QUOTAROOT_NONEXISTENT (-1904809443L) 38 #define IMAP_PROTOCOL_ERROR (-1904809442L) 39 #define IMAP_PROTOCOL_BAD_PARAMETERS (-1904809441L) 40 #define IMAP_ANNOTATION_BADENTRY (-1904809440L) 41 #define IMAP_ANNOTATION_BADATTRIB (-1904809439L) 42 #define IMAP_ANNOTATION_BADVALUE (-1904809438L) 43 #define IMAP_BADURL (-1904809437L) 44 #define IMAP_ZERO_LENGTH_LITERAL (-1904809436L) 45 #define IMAP_BAD_SERVER (-1904809435L) 46 #define IMAP_SERVER_UNAVAILABLE (-1904809434L) 47 #define IMAP_REMOTE_DENIED (-1904809433L) 48 #define IMAP_AGAIN (-1904809432L) 49 #define IMAP_NOT_SINGULAR_ROOT (-1904809431L) 50 #define IMAP_REMOTE_NO_MULTIAPPEND (-1904809430L) 51 #define IMAP_UNRECOGNIZED_CHARSET (-1904809429L) 52 #define IMAP_INVALID_USER (-1904809428L) 53 #define IMAP_INVALID_LOGIN (-1904809427L) 54 #define IMAP_ANONYMOUS_NOT_PERMITTED (-1904809426L) 55 #define IMAP_UNSUPPORTED_QUOTA (-1904809425L) 56 #define IMAP_SASL_FAIL (-1904809424L) 57 #define IMAP_SASL_CANCEL (-1904809423L) 58 #define IMAP_SASL_PROTERR (-1904809422L) 59 #define IMAP_NO_OVERQUOTA (-1904809421L) 60 #define IMAP_NO_CLOSEQUOTA (-1904809420L) 61 #define IMAP_NO_MSGGONE (-1904809419L) 62 #define IMAP_NO_CHECKSEEN (-1904809418L) 63 #define IMAP_NO_CHECKPRESERVE (-1904809417L) 64 #define IMAP_NO_NOSUCHMSG (-1904809416L) 65 #define IMAP_NO_NOSUCHANNOTATION (-1904809415L) 66 #define IMAP_NO_UNKNOWN_CTE (-1904809414L) 67 #define IMAP_BYE_LOGOUT (-1904809413L) 68 #define IMAP_OK_COMPLETED (-1904809412L) 69 extern const struct error_table et_imap_error_table; 70 extern void initialize_imap_error_table(void); 71 72 /* For compatibility with Heimdal */ 73 extern void initialize_imap_error_table_r(struct et_list **list); 74 75 #define ERROR_TABLE_BASE_imap (-1904809472L) 76 77 /* for compatibility with older versions... */ 78 #define init_imap_err_tbl initialize_imap_error_table 79 #define imap_err_base ERROR_TABLE_BASE_imap 80