phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 29 May 2009 04:08:37 +0000 (22:08 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 29 May 2009 04:35:00 +0000 (22:35 -0600)
imp/lib/Contents.php

index d52c795..977b7b6 100644 (file)
@@ -267,10 +267,11 @@ class IMP_Contents
      * @param integer $id     The MIME index of the part requested.
      * @param array $options  Additional options:
      * <pre>
-     * '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.
      * </pre>
      *
      * @return Horde_Mime_Part  The raw MIME part asked for (reference).