From: Michael M Slusarz Date: Wed, 20 May 2009 18:35:45 +0000 (-0600) Subject: Improved phpdoc. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8118249de11e52b66910f50629bcf9d13c0131e2;p=horde.git Improved phpdoc. --- diff --git a/imp/lib/IMP.php b/imp/lib/IMP.php index f46eab26c..40ff18704 100644 --- a/imp/lib/IMP.php +++ b/imp/lib/IMP.php @@ -131,8 +131,9 @@ class IMP /** * Returns the plain text label that is displayed for the current mailbox, - * replacing IMP::SEARCH_MBOX with an appropriate string and removing - * namespace and folder prefix information from what is shown to the user. + * replacing virtual search mailboxes with an appropriate description and + * removing namespace and mailbox prefix information from what is shown to + * the user. * * @param string $mbox The mailbox to use for the label. * diff --git a/imp/lib/Message.php b/imp/lib/Message.php index b6b9280b5..e5a554a5c 100644 --- a/imp/lib/Message.php +++ b/imp/lib/Message.php @@ -60,7 +60,7 @@ class IMP_Message /** * Copies or moves a list of messages to a new mailbox. - * Handles use of the IMP::SEARCH_MBOX mailbox and the Trash mailbox. + * Handles search and Trash mailboxes. * * @param string $targetMbox The mailbox to move/copy messages to * (UTF7-IMAP). @@ -161,7 +161,7 @@ class IMP_Message /** * Deletes a list of messages taking into account whether or not a * Trash folder is being used. - * Handles use of the IMP::SEARCH_MBOX mailbox and the Trash folder. + * Handles search and Trash mailboxes. * * @param mixed $indices See IMP::parseIndicesList(). * @param array $options Additional options: @@ -300,7 +300,7 @@ class IMP_Message /** * Undeletes a list of messages. - * Handles the IMP::SEARCH_MBOX mailbox. + * Handles search mailboxes. * This function works with IMAP only, not POP3. * * @param mixed $indices See IMP::parseIndicesList(). @@ -314,7 +314,7 @@ class IMP_Message /** * Copies or moves a list of messages to a tasklist or notepad. - * Handles use of the IMP::SEARCH_MBOX mailbox and the Trash folder. + * Handles search and Trash mailboxes. * * @param string $list The list in which the task or note will be * created. @@ -456,7 +456,7 @@ class IMP_Message /** * Strips one or all MIME parts out of a message. - * Handles the IMP::SEARCH_MBOX mailbox. + * Handles search mailboxes. * * @param mixed $indices See IMP::parseIndicesList(). * @param string $partid The MIME ID of the part to strip. All parts are @@ -554,7 +554,7 @@ class IMP_Message /** * Sets or clears a given flag for a list of messages. - * Handles use of the IMP::SEARCH_MBOX mailbox. + * Handles search mailboxes. * This function works with IMAP only, not POP3. * * @param array $flags The IMAP flag(s) to set or clear.