Email application will support:
– the account switching expediently;
– the folder switching in the same account;
– the mail switching in the same folder.
– the background sending and refreshing;
– the network testing after creating the new account.

 

OTAP Over The Air Provisioning
EMN  Email Message Notification
APOP Authenticated Post Office Protocol
ACCT Email account
FLDR Folder, Email mailbox
FLDR Folder, Email mailbox
MSG Email message, one mail 

 

 1.File Structure

venusmmi/app/Cosmos/Email                   Application source code
venusmmi/app/Cosmos/Email/res             Application resource file
plutommi/Customer/Images/COSMOS*/MainLCD/Default/Email          Image files

 

2.Options

__MMI_EMAIL__       __EMAIL__      Enable Email feature
__MMI_EMAIL_APOP_SUPPORT__     __EMAIL_APOP_SUPPORT__    Enable APOP feature
__MMI_EMAIL_DRM_SUPPORT__  __DRM_SUPPORT__   Enable DRM feature
__MMI_EMAIL_EMN__   __XML_SUPPORT__   __WBXML_SUPPORT__ Enable EMN feature
__MMI_EMAIL_HTML__                                                Enable None-Opera HTML feature
__MMI_EMAIL_HTML_SUPPORT__  OPERA_V10_BROWSER  Enable Opera HTML feature
__MMI_EMAIL_OTAP__  __CCA_SUPPORT__       Enable OTAP feature
__MMI_EMAIL_REMOTE_FOLDER__  __IMAP_REMOTE_FOLDER__     Enable remote folder feature

 

3.Block

Account list – show accounts list
Message list – show messages list of a mailbox
Composer – create/edit mails
Viewer – show mail details, download/save attachments
EMN – receive mails automatically
EMN – receive mails automatically

Manager – manage the App/accounts state, handle system interrupt
NCenter – Control Email related NCenter show
Setting – configure global Email settings
Account setting – configure specified account profiles
Account wizard – create new account
OTAP – Install Email OTAP profile

 

4.Class

Manager implementation
– Manage the Email app state;
– Handle the events and interrupts of the system & other app;
– Provide the network operations.

Logic implementation
– Process the data of accounts/folders/emails;
– Provide the flow control for UI.

Page UI implementation– Show each pages & screens.