diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/IMAPServer.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/IMAPServer.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,43 @@ + + + IMAPServer + <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> + + + 0-999 + <p> Session logic, which relates to the set up and management of an individual session to an IMAP server </p> + + + 1000-1999 + <p> IMAP settings loading and storage </p> + + + 2000-2999 + <p> Server MTM class implementation </p> + + + 3000-3999 + <p> Character set conversion </p> + + + 4000-4999 + <p> Storage and manipulation of messages </p> + + + 5000-5999 + <p> Controlling logic for handling client commands </p> + + + 6000-6999 + <p> Transport handler, which handles reading and writing of data to connected sockets </p> + + + 7000-7999 + <p> Synchronisation manager, which handles the synchronisation of mailbox folders between the locally persisted mailbox store and a remote mailbox store </p> + + + 8000-8999 + <p> Server MTM class </p> + + + \ No newline at end of file