Class ZmMailApp
Class Detail
ZmMailApp(container, parentController)
Creates and initializes the mail application.
Author: Conrad Damon.
Method Detail
<static>
{ZmActionMenu}
ZmMailApp.addForwardMenu(parent)
Adds a "Forward" submenu for forwarding inline or as attachment.
<static>
{ZmActionMenu}
ZmMailApp.addReplyMenu(parent)
Adds a "Reply" submenu for replying to sender or all.
compose(params)
Begins a compose session by presenting a form to the user.
{ZmComposeController}
getComposeController(sessionId)
Returns a compose controller.
{ZmConvController}
getConvController(sessionId)
Returns a conversation controller.
{ZmConvListController}
getConvListController(sessionId, searchResultsController)
Returns a conversation list controller.
{ZmDataSourceCollection}
getDataSourceCollection(account)
Adds a data source collection.
{String}
getGroupMailBy()
Gets the "group mail by" setting. This is a convenience method to
convert "group mail by" between server (string) and client (int constant) versions.
{ZmIdentityCollection}
getIdentityCollection(account)
Gets the identity collection.
{ZmTradController|ZmConvListController}
getMailListController()
Gets the current mail list controller, which may be conversation list or msg list (traditional).
{ZmMsgController}
getMsgController(sessionId)
Gets the message controller.
{ZmSignatureCollection}
getSignatureCollection(account)
Gets the signature collection.
{ZmTradController}
getTradController(sessionId, searchResultsController)
Gets the traditional (msg list) controller.
mailSearch(query, callback, response, type)
Performs a mail search.
setNewMailNotice(organizer)
Sets the new mail notice.
showSearchResults(results, callback, searchResultsController)
Shows the search results.
|
||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:36 GMT-0400 (EDT)
|