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