program/lib/imap.inc
@@ -554,7 +554,7 @@ // set some imap options if (is_array($options)) { foreach($options as $optkey => $optval) { if ($optkey == 'imap') { if ($optkey == 'auth_method') { $auth_method = strtoupper($optval); } else if ($optkey == 'rootdir') { $my_prefs['rootdir'] = $optval;