From: Michael M Slusarz Date: Fri, 29 May 2009 04:08:37 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8201c684b35e438c897ca8a957f974d5dee56fa1;p=horde.git phpdoc --- diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php index d52c79543..977b7b6db 100644 --- a/imp/lib/Contents.php +++ b/imp/lib/Contents.php @@ -267,10 +267,11 @@ class IMP_Contents * @param integer $id The MIME index of the part requested. * @param array $options Additional options: *
-     * 'nocontents' - (boolean) TODO
-     *              DEFAULT: TODO
-     * 'nodecode' - (boolean) TODO
-     *            DEFAULT: TODO
+     * 'nocontents' - (boolean) If true, don't add the contents to the part
+     *              DEFAULT: Contents are added to the part
+     * 'nodecode' - (boolean) If 'nocontents' is false, and this setting is
+     *              true, does not transfer decode the contents.
+     *            DEFAULT: Contents are transfer decoded.
      * 
* * @return Horde_Mime_Part The raw MIME part asked for (reference).