From: Michael M Slusarz Date: Tue, 20 Jan 2009 04:40:19 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4aeff55fe44419b10527bcbd59922287e0c7464f;p=horde.git phpdoc --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 0b47a378f..fb07efa07 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -1433,6 +1433,8 @@ $_prefs['smime_additional_cert'] = array( // End S/MIME Options +// MIMP Options + // display only the first 250 characters of a message on first message view? $_prefs['mimp_preview_msg'] = array( 'value' => 0, @@ -1442,6 +1444,10 @@ $_prefs['mimp_preview_msg'] = array( 'desc' => _("Display only the first 250 characters of a message initially?") ); +// End MIMP Options + +// DIMP Options + // Login preferences (dimp) $_prefs['dimp_login_view'] = array( 'value' => 'portal', @@ -1466,6 +1472,8 @@ $_prefs['dimp_toggle_headers'] = array( 'shared' => false, 'type' => 'implicit'); +// End DIMP Options + // Other entries (used internally in IMP) // virtual inbox identifier diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php index 57ccfc228..5bdd7e4b4 100644 --- a/imp/lib/Contents.php +++ b/imp/lib/Contents.php @@ -453,6 +453,9 @@ class IMP_Contents * @param string $id The MIME ID. * @param integer $mask A bitmask indicating what information to return: *
+     * Always output:
+     *   'type' = MIME type
+     *
      * IMP_Contents::SUMMARY_BYTES
      *   Output: parts = 'bytes'
      *