From 8201c684b35e438c897ca8a957f974d5dee56fa1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 28 May 2009 22:08:37 -0600 Subject: [PATCH] phpdoc --- imp/lib/Contents.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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). -- 2.11.0