Displaying 3 results from an estimated 3 matches for "sent_folder".
2007 Dec 19
4
Squirrelmail + Dovecot + Maildir
...want to use .Sent for sent-mail
(~user/Maildir/.Sent) 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: {83...
2014 Aug 05
1
prefix behavior with Dovecot / Squirrelmail
...vecot config]
namespace private {
separator = .
prefix = 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 e...
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
...p://people.redhat.com/rkeech/maildir-migration.txt
squirrelmail:
=============
$use_imap_tls = true;
$imapPort = 993;
$imap_server_type ='dovecot';
$optional_delimiter = 'detect';
$force_username_lowercase = true;
$default_folder_prefix = '~/Mail/';
$sent_folder = 'sent';
$show_prefix_option = false;
$show_contain_subfolders_option = false;
Thunderbird Plugins
===================
With imap Folder the Xpunge plugin is very usefull to have consitent
mailboxes.
Xpunge
https://addons.mozilla.org/extensions/moreinfo.php...