crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/IMAPServer.xml
changeset 2 0c91f0baec58
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <panic_category>
       
     3   <category_name>IMAPServer</category_name>
       
     4   <category_description> &lt;p&gt; 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: &lt;/p&gt;</category_description>
       
     5   <panics>
       
     6     <panic>
       
     7       <panic_id>0-999</panic_id>
       
     8       <panic_description>&lt;p&gt; Session logic, which relates to the set up and management of an individual session to an IMAP server &lt;/p&gt;</panic_description>
       
     9     </panic>
       
    10     <panic>
       
    11       <panic_id>1000-1999</panic_id>
       
    12       <panic_description>&lt;p&gt; IMAP settings loading and storage &lt;/p&gt;</panic_description>
       
    13     </panic>
       
    14     <panic>
       
    15       <panic_id>2000-2999</panic_id>
       
    16       <panic_description>&lt;p&gt; Server MTM class implementation &lt;/p&gt;</panic_description>
       
    17     </panic>
       
    18     <panic>
       
    19       <panic_id>3000-3999</panic_id>
       
    20       <panic_description>&lt;p&gt; Character set conversion &lt;/p&gt;</panic_description>
       
    21     </panic>
       
    22     <panic>
       
    23       <panic_id>4000-4999</panic_id>
       
    24       <panic_description>&lt;p&gt; Storage and manipulation of messages &lt;/p&gt;</panic_description>
       
    25     </panic>
       
    26     <panic>
       
    27       <panic_id>5000-5999</panic_id>
       
    28       <panic_description>&lt;p&gt; Controlling logic for handling client commands &lt;/p&gt;</panic_description>
       
    29     </panic>
       
    30     <panic>
       
    31       <panic_id>6000-6999</panic_id>
       
    32       <panic_description>&lt;p&gt; Transport handler, which handles reading and writing of data to connected sockets &lt;/p&gt;</panic_description>
       
    33     </panic>
       
    34     <panic>
       
    35       <panic_id>7000-7999</panic_id>
       
    36       <panic_description>&lt;p&gt; Synchronisation manager, which handles the synchronisation of mailbox folders between the locally persisted mailbox store and a remote mailbox store &lt;/p&gt;</panic_description>
       
    37     </panic>
       
    38     <panic>
       
    39       <panic_id>8000-8999</panic_id>
       
    40       <panic_description>&lt;p&gt; Server MTM class &lt;/p&gt;</panic_description>
       
    41     </panic>
       
    42   </panics>
       
    43 </panic_category>