prefer displaying HTML messages
以 HTML 格式显示
$rcmail_config['show_images'] = 0;
display remote inline images 0 - Never, always ask
1 - Ask if sender is not in address book 2 - Always show inline images 显示内嵌的图片
$rcmail_config['htmleditor'] = 0;
compose html formatted messages by default
0 - never, 1 - always, 2 - on reply to HTML message only 使用 HTML 编辑器
$rcmail_config['prettydate'] = false;
show pretty dates as standard 短日期格式
$rcmail_config['draft_autosave'] = 300;
save compose message every 300 seconds (5min) 自动保存到草稿箱
$rcmail_config['preview_pane'] = true;
default setting if preview pane is enabled
显示预览窗口
$rcmail_config['preview_pane_mark_read'] = 0;
Mark as read when viewed in preview pane (delay in seconds)
Set to -1 if messages in preview pane should not be marked as read 标记预览邮件为已读
$rcmail_config['focus_on_new_message'] = true;
focus new window if new message arrives 新邮件到达时将窗口提升为焦点窗口 $rcmail_config['logout_purge'] = false;
Clear Trash on logout
退出时清空回收站
$rcmail_config['logout_expunge'] = false;
Compact INBOX on logout 退出时压缩收件箱
$rcmail_config['inline_images'] = true;
Display attached images below the message body 在邮件下方显示附件中的图片
$rcmail_config['mime_param_folding'] = 0;
Encoding of long/non-ascii attachment names: 0 - Full RFC 2231 compatible
1 - RFC 2047 for 'name' and RFC 2231 for 'filename' parameter (Thunderbird's default) 2 - Full 2047 compatible 附件名
$rcmail_config['skip_deleted'] = false;
Set true if deleted messages should not be displayed This will make the application run slower 不显示标记为已删除的邮件
$rcmail_config['read_when_deleted'] = true;
Set true to Mark deleted messages as read as well as deleted
False means that a message's read status is not affected by marking it as deleted 不显示标记为已删除的邮件
$rcmail_config['flag_for_deletion'] = false;
Set to true to newer delete messages immediately Use 'Purge' to remove messages marked as deleted 如果移动邮件到回收站失败,则删除 $rcmail_config['keep_alive'] = 60;
// Default interval for keep-alive/check-recent requests (in seconds)
// Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime' $rcmail_config['check_all_folders'] = false;
If true all folders will be checked for recent messages 检查所有邮件夹里的新邮件 $rcmail_config['display_next'] = false;
If true, after message delete/move, the next message will be displayed 当邮件删掉/移动后显示下一封邮件 $rcmail_config['autoexpand_threads'] = 0;
// 0 - Do not expand threads
// 1 - Expand all threads automatically
// 2 - Expand only threads with unread messages $rcmail_config['top_posting'] = false;
When replying place cursor above original message (top posting) 当回复时
$rcmail_config['strip_existing_sig'] = true;
// When replying strip original signature from message $rcmail_config['show_sig'] = 1;
Show signature: 0 - Never 1 - Always
2 - New messages only
3 - Forwards and Replies only 自动插入签名
$rcmail_config['sig_above'] = false;
When replying or forwarding place sender's signature above existing message 当回复时
$rcmail_config['force_7bit'] = false;
Use MIME encoding (quoted-printable) for 8bit characters in message body 对8位字符使用MIME编码 $rcmail_config['search_mods'] = null;
// Defaults of the search field configuration.
// The array can contain a per-folder list of header fields which should be considered when searching
// The entry with key '*' stands for all folders which do not have a specific list set.
// Please note that folder names should to be in sync with $rcmail_config['default_imap_folders']
// Example: array('*' => array('subject'=>1, 'from'=>1), 'Sent' => array('subject'=>1, 'to'=>1));
$rcmail_config['delete_always'] = false;
// 'Delete always'
// This setting reflects if mail should be always deleted
// when moving to Trash fails. This is necessary in some setups // when user is over quota and Trash is included in the quota. $rcmail_config['mdn_requests'] = 0;
// Behavior if a received message requests a message delivery notification (read receipt) // 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask) // 3 = send automatically if sender is in addressbook, otherwise ask the user // 4 = send automatically if sender is in addressbook, otherwise ignore $rcmail_config['mdn_default'] = 0;
// Return receipt checkbox default state $rcmail_config['dsn_default'] = 0;
// Delivery Status Notification checkbox default state $rcmail_config['reply_same_folder'] = false;
// Place replies in the folder of the message being replied to