// 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,
'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',
'shared' => false,
'type' => 'implicit');
+// End DIMP Options
+
// Other entries (used internally in IMP)
// virtual inbox identifier
* @param string $id The MIME ID.
* @param integer $mask A bitmask indicating what information to return:
* <pre>
+ * Always output:
+ * 'type' = MIME type
+ *
* IMP_Contents::SUMMARY_BYTES
* Output: parts = 'bytes'
*