• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_IOERROR                             (-1904809472L)
9 #define IMAP_PERMISSION_DENIED                   (-1904809471L)
10 #define IMAP_QUOTA_EXCEEDED                      (-1904809470L)
11 #define IMAP_USERFLAG_EXHAUSTED                  (-1904809469L)
12 #define IMAP_MAILBOX_BADFORMAT                   (-1904809468L)
13 #define IMAP_MAILBOX_NOTSUPPORTED                (-1904809467L)
14 #define IMAP_MAILBOX_NONEXISTENT                 (-1904809466L)
15 #define IMAP_MAILBOX_EXISTS                      (-1904809465L)
16 #define IMAP_MAILBOX_BADNAME                     (-1904809464L)
17 #define IMAP_MAILBOX_POPLOCKED                   (-1904809463L)
18 #define IMAP_PARTITION_UNKNOWN                   (-1904809462L)
19 #define IMAP_INVALID_IDENTIFIER                  (-1904809461L)
20 #define IMAP_MESSAGE_CONTAINSNULL                (-1904809460L)
21 #define IMAP_MESSAGE_CONTAINSNL                  (-1904809459L)
22 #define IMAP_MESSAGE_CONTAINS8BIT                (-1904809458L)
23 #define IMAP_MESSAGE_BADHEADER                   (-1904809457L)
24 #define IMAP_MESSAGE_NOBLANKLINE                 (-1904809456L)
25 #define IMAP_QUOTAROOT_NONEXISTENT               (-1904809455L)
26 #define IMAP_UNRECOGNIZED_CHARSET                (-1904809454L)
27 #define IMAP_INVALID_USER                        (-1904809453L)
28 #define IMAP_INVALID_LOGIN                       (-1904809452L)
29 #define IMAP_ANONYMOUS_NOT_PERMITTED             (-1904809451L)
30 #define IMAP_UNSUPPORTED_QUOTA                   (-1904809450L)
31 #define IMAP_NO_OVERQUOTA                        (-1904809449L)
32 #define IMAP_NO_CLOSEQUOTA                       (-1904809448L)
33 #define IMAP_NO_MSGGONE                          (-1904809447L)
34 #define IMAP_NO_CHECKSEEN                        (-1904809446L)
35 #define IMAP_NO_CHECKPRESERVE                    (-1904809445L)
36 #define IMAP_BYE_LOGOUT                          (-1904809444L)
37 #define IMAP_OK_COMPLETED                        (-1904809443L)
38 extern const struct error_table et_imap_error_table;
39 extern void initialize_imap_error_table(void);
40 
41 /* For compatibility with Heimdal */
42 extern void initialize_imap_error_table_r(struct et_list **list);
43 
44 #define ERROR_TABLE_BASE_imap (-1904809472L)
45 
46 /* for compatibility with older versions... */
47 #define init_imap_err_tbl initialize_imap_error_table
48 #define imap_err_base ERROR_TABLE_BASE_imap
49