> I am using dbamil with squirrelmail (webmail) and everything works
> great except for the folder creation/management function. In fact,
> I would say this is about the best email/webmail combination I have
> come across.
>
> Does anyone know of a fix for the folder problem? So far, none of
> the fixes from the http://www.squirrelmail.org website have done
> the trick.

I also use dbmail with squirrelmail. I had a problem with deleting
folder. It looks like squirrelmail tries to unsubscribe from imap
folder after deleting it. I changed functions/imap_mailbox.php and
moved line

sqimap_unsubscribe ($imap_stream, $mailbox);

before

$read_ary = sqimap_run_command($imap_stream, "DELETE \"$mailbox\"",

Now it works fine.

Leszek



Reply via email to