[ Index ] |
|
Code source de IMP H3 (4.1.5) |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 191 lignes (7 kb) |
Inclus ou requis: | 4 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
IMP_Maillog:: (6 méthodes):
log()
getLog()
sentMDN()
displayLog()
deleteLog()
_getUniqueHistoryId()
Classe: IMP_Maillog - X-Ref
The IMP_Maillog:: class contains all functions related to handlinglog($type, $msg_ids, $data = null) X-Ref |
Create a log entry. param: string $type Either 'forward', 'redirect', 'reply', or 'mdn'. param: mixed $msg_ids Either a single Message-ID or an array of param: string $data Any additional data to store. For 'forward' and |
getLog($msg_id) X-Ref |
Retrieve any history for the given Message-ID. param: string $msg_id The Message-ID of the message. return: DataTreeObject The DataTreeObject object containing the log |
sentMDN($msg_id, $type) X-Ref |
Determines if an MDN notification of a certain type has been sent previously for this message-ID. param: string $msg_id The Message-ID of the message. param: string $type The type of MDN. return: boolean True if a MDN has been sent for this message with |
displayLog($msg_id) X-Ref |
Retrieve any history for the given Message-ID and display via the Horde notification system. param: string $msg_id The Message-ID of the message. |
deleteLog($msg_ids) X-Ref |
Delete the log entries for a given list of Message-IDs. param: mixed $msg_ids Either a single Message-ID or an array |
_getUniqueHistoryId($msgid) X-Ref |
Generate the unique log ID for a forward/reply/redirect event. param: string $msgid The Message-ID of the original message. return: string The unique log ID to use with Horde_History::. |
Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |