equal
deleted
inserted
replaced
|
1 <?xml version='1.0' encoding='UTF-8'?> |
|
2 <panic_category> |
|
3 <category_name>IMAPServer</category_name> |
|
4 <category_description> <p> IMAPServer panics are raised by the IMAP server-side MTM. They are used to signal errors in the implementation of the MTM, and are raised in debug builds. The panic codes are divided into a number of ranges, each of which relates to a particular area of functionality in the MTM: </p></category_description> |
|
5 <panics> |
|
6 <panic> |
|
7 <panic_id>0-999</panic_id> |
|
8 <panic_description><p> Session logic, which relates to the set up and management of an individual session to an IMAP server </p></panic_description> |
|
9 </panic> |
|
10 <panic> |
|
11 <panic_id>1000-1999</panic_id> |
|
12 <panic_description><p> IMAP settings loading and storage </p></panic_description> |
|
13 </panic> |
|
14 <panic> |
|
15 <panic_id>2000-2999</panic_id> |
|
16 <panic_description><p> Server MTM class implementation </p></panic_description> |
|
17 </panic> |
|
18 <panic> |
|
19 <panic_id>3000-3999</panic_id> |
|
20 <panic_description><p> Character set conversion </p></panic_description> |
|
21 </panic> |
|
22 <panic> |
|
23 <panic_id>4000-4999</panic_id> |
|
24 <panic_description><p> Storage and manipulation of messages </p></panic_description> |
|
25 </panic> |
|
26 <panic> |
|
27 <panic_id>5000-5999</panic_id> |
|
28 <panic_description><p> Controlling logic for handling client commands </p></panic_description> |
|
29 </panic> |
|
30 <panic> |
|
31 <panic_id>6000-6999</panic_id> |
|
32 <panic_description><p> Transport handler, which handles reading and writing of data to connected sockets </p></panic_description> |
|
33 </panic> |
|
34 <panic> |
|
35 <panic_id>7000-7999</panic_id> |
|
36 <panic_description><p> Synchronisation manager, which handles the synchronisation of mailbox folders between the locally persisted mailbox store and a remote mailbox store </p></panic_description> |
|
37 </panic> |
|
38 <panic> |
|
39 <panic_id>8000-8999</panic_id> |
|
40 <panic_description><p> Server MTM class </p></panic_description> |
|
41 </panic> |
|
42 </panics> |
|
43 </panic_category> |