[Tickets #2963] NEW: Making auto namespace detection switchable
bugs@bugs.horde.org
bugs at bugs.horde.org
Sun Nov 13 10:10:11 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2963
-----------------------------------------------------------------------
Ticket | 2963
Created By | tasin at fhm.edu
Summary | Making auto namespace detection switchable
Queue | IMP
Version | HEAD
State | New
Priority | 1. Low
Type | Enhancement
Owners |
+New Attachment | namespace.diff
-----------------------------------------------------------------------
tasin at fhm.edu (2005-11-13 10:10) wrote:
Making automatic namespace detection switchable, so it's possible again to
use IMP with our "historical" grown mail-structure.
Having the imap mail folders inside a subdirectory of the home-directory
(instead of the 'folders' parameter.
Using UW-imap.
With the following servers.php it is usable again:
$servers['imap'] = array(
'name' => 'Mailserver',
'server' => 'mail.example.edu',
'hordeauth' => true,
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'noautodetect' => true,
'namespace' => array('imap/'),
'maildomain' => 'example.edu',
'smtphost' => 'mail.example.edu',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false
);
More information about the bugs
mailing list