[Tickets #1392] RESOLVED: Saving Sent-Mail & Adding trailer.txt
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed May 4 11:07:02 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1392
-----------------------------------------------------------------------
Ticket | 1392
Updated By | eacosta at eugene.cc
Summary | Saving Sent-Mail & Adding trailer.txt
Queue | MIMP
State | Resolved
Priority | 2. Medium
Type | Bug
Owners | Michael Slusarz
-----------------------------------------------------------------------
eacosta at eugene.cc (2005-05-04 11:07) wrote:
Here are those configurations settings:
./horde/mimp/config/servers.php entry:
(Same values I use for IMP, and IMP works fine)
$servers['cyrus'] = array(
'name' => 'masked.domain.com',
'server' => 'imap.masked.domain.com',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'masked.domain.com',
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
./horde/mimp/config/prefs.php:
(sent-mail entries):
// save a copy of sent messages?
// a value of 0 = no, 1 = yes
$_prefs['save_sent_mail'] = array(
'value' => 1,
'locked' => false,
'shared' => true,
'type' => 'implicit');
// sent mail folder
$_prefs['sent_mail_folder'] = array(
'value' => 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
// 'value' => 'Sent Items',
'locked' => false,
'shared' => true,
'type' => 'implicit');
So, do I have a misconfigured entry here somewhere?
Thanks,
Eugene
More information about the bugs
mailing list