Improved phpdoc.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 May 2009 18:35:45 +0000 (12:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 May 2009 18:36:38 +0000 (12:36 -0600)
imp/lib/IMP.php
imp/lib/Message.php

index f46eab2..40ff187 100644 (file)
@@ -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.
      *
index b6b9280..e5a554a 100644 (file)
@@ -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.