Displaying 2 results from an estimated 2 matches for "draft_fold".
Did you mean:
draft_folder
2007 Dec 19
4
Squirrelmail + Dovecot + Maildir
...ent) and .Drafts for drafts (~user/Maildir/.Drafts).
Here is what I see in /etc/squirrelmail/config.php
$optional_delimiter = '.';
[snip]
$default_folder_prefix = '';
$trash_folder = 'Trash';
$sent_folder = 'Sent';
$draft_folder = 'Drafts';
$default_move_to_trash = true;
$default_move_to_sent = true;
$default_save_as_draft = true;
The error in the browser is:
*
ERROR : Bad or malformed request.*
Server responded: {830} BAD Error in IMAP command : Unknown command....
2014 Aug 05
1
prefix behavior with Dovecot / Squirrelmail
...fix = Mail.
inbox = yes
}
(The 'Mail' prefix is set this way for compatibility reasons)
$imap_server_type = 'dovecot';
$default_folder_prefix = 'Mail.';
$trash_folder = 'Mail.Trash';
$sent_folder = 'Mail.Sent';
$draft_folder = 'Mail.Drafts';
$show_contain_subfolders_option = true;
$default_sub_of_inbox = false;
(I know some of these are redundant with $imap_server_type, but that's
how it's setup now). This works as we expect with the old setup -
folders are set in, e.g., $...