Hi, solved it
as stated here
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1970684&group_id=191583
it a bug and its fixed in cvs
but it isnt fixed in total
with some dovecot setup there is no INBOX
change in in functions.inc.php
foreach($CONF['create_mailbox_subdirs'] as $f)
{
$f='{'.$s_host.'}INBOX.'.$f;
to
foreach($CONF['create_mailbox_subdirs'] as $f)
{
$f='{'.$s_host.'}'.$f;
fixed my problem
perhaps it would be good to have it somewhere in the faqs
and or include a parameter i.e Namespace in config.inc.php
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
|