diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-B87B9E01-F5EB-40F6-A580-A7E46869AE39.dita
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/PDK/Source/GUID-B87B9E01-F5EB-40F6-A580-A7E46869AE39.dita Tue Mar 30 11:56:28 2010 +0100
@@ -0,0 +1,80 @@
+
+
+
+
+
+ Email
+Client API allows listing and accessing of mailboxes and email messages. It
+also provides functionality to create, forward, reply and search for messages. The
+Email Client API loads the Email Protocol Plug-ins. The plug-in interface
+defines functions for email operations and for accessing locally stored email
+data (accounts, folders, messages and message attachments). The plug-in interface
+is built on top of the Email Framework, which is based on the ECom framework.
+The Email Framework includes a common message store service which can be used
+by the plug-ins. The Email Server is a background process handling mailbox-related
+events. In the above diagram components shown in blue color are provided
+by Symbian platform, components shown in grey color are internal, and components
+in yellow color are thirdy-party applications. The
+key classes are: Interface to define the email address that is used as recipient
+or sender in Interface for accessing mailboxes, launching email editor, and viewer. Callback interface which is used for fetching content asynchronously. Interface for accessing folder information and included messages. Interface that provides information on a mailbox, listing folders
+in the mailbox and obtaining and creating email messages. Interface for email message abstraction. Observer interface for handling email search results. Interface for iterating messages in a folder. The
+following use cases are supported by the Email Client API: list and access mailboxes. create, reply, and forward messages. search messages. launch a specific mailbox in email application.
+
+