Class IMP_Views_ShowMessage
Dynamic (dimp) message display logic.
Copyright 2005-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Methods summary
public
array
|
#
showMessage( array $args )
Create the object used to display the message.
Create the object used to display the message.
Parameters
- $args
- <p>Configuration parameters:
- headers: (array) The headers desired in the returned headers array
(only used with non-preview view).
- mailbox: (IMP_Mailbox) The mailbox of the message.
- preview: (boolean) Is this the preview view?
- uid: (integer) The UID of the message.</p>
Returns
array Array with the following keys:
- atc_download: The download all link
- atc_label: The label to use for Attachments
- atc_list: The list (HTML code) of attachments
- bcc (FULL): The Bcc addresses
- cc: The CC addresses
- from: The From addresses
- headers (FULL): An array of headers (not including basic headers)
- js: Javascript code to run on display
- list_info (FULL): List information.
- localdate (PREVIEW): The date formatted to the user's timezone
- log: Log information
- mbox: The mailbox (base64url encoded)
- msgtext: The text of the message
- priority (FULL): The priority of the message (low, high, normal)
- replyTo (FULL): The Reply-to addresses
- save_as: The save link
- subject: The subject
- title (FULL): The title of the page
- to: The To addresses
- uid: The message UID
Throws
|