[imp] fixed shared folders problem with courier
Tobias Eigen
tobias@kabissa.org
Thu Nov 7 01:01:01 2002
Hi all,
In case anyone was wondering, I was able to fix my problem with
copying/moving/saving messages to shared folders. Here's the bit from my
original message:
> | 3) There appears to be a bug with accessing courier imap shared folders
> in
> | IMP
> | 3.1. Basically they work as normal except when trying to open some shared
> | folders or move or copy a message into them - apparently this problem
> | involves
> | shared folders that contain subfolders. I've been able to move and copy
> | messages into such folders using another IMAP client (mulberry) and with
> IMP
> | 2.2.. not so with IMP 3.1. The folders that don't work are displayed with
> a
> | period at the end of the name, and the popup message you get when trying
> to
> | move/copy a message is "you must select a target mailbox"
The problem was in servers.php, here:
$servers['imap'] = array(
'name' => 'Kabissa Mail Server',
'server' => 'kabissa.org',
'protocol' => 'imap',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'kabissa.org',
'smtphost' => 'kabissa.org',
'realm' => '',
'preferred' => ''
);
I had 'INBOX.' for 'namespace' above - the default, I think. Once I removed it
the problem went away completely. Maybe something for a FAQ? Shared folders are
really useful, so I'd be surprised if I'm alone in using them.
Cheers,
Tobias
--
Tobias Eigen
tobias@kabissa.org
Kabissa - Space for change in Africa
http://www.kabissa.org
More information about the imp
mailing list