Hi, I've tried posting the following problems to the SquirrelMail-users list, but no one replied, so I thought I'd try here...
I am having trouble getting SquirrelMail folders to work with courier-imap. I can create folders, but cannot unsubscribe from them, delete them, or rename them.
In the "Unsubscribe/Subscribe" pane, I see ALL my IMAP
folders listed. When I try to unsubscribe from one,
it says "Unsubscribed successfully!", but the folder
remains in the left-hand list with the others, and is
still accessible (even after a refresh).
When I try to delete any folder, I get the following
error:
ERROR : Could not complete request.
Query: DELETE ""
Reason Given: Mailbox does not exist, or must be
subscribed to.
When I try to rename a folder, it instead creates a
new folder with a corrupted name and my renamed folder
as a subfolder thereof:
- Testold=INBOX
RenamedTest
I used the conf.pl "D" option and set my server type
to courier. Here are the relevant lines from my
config.php:
$imap_server_type = 'courier';
$optional_delimiter = '.';
$default_folder_prefix = 'INBOX.';
$show_prefix_option = false;
$default_sub_of_inbox = false;
$show_contain_subfolders_option = false;
$delete_folder = true;
$noselect_fix_enable = true;
This setup works perfectly with Microsoft Outlook
Express 5. I can create, delete, and rename folders
at will. Any ideas where I went wrong or where I
could further look to diagnose this problem?
-- Aaron
I am having trouble getting SquirrelMail folders to work with courier-imap. I can create folders, but cannot unsubscribe from them, delete them, or rename them.
In the "Unsubscribe/Subscribe" pane, I see ALL my IMAP
folders listed. When I try to unsubscribe from one,
it says "Unsubscribed successfully!", but the folder
remains in the left-hand list with the others, and is
still accessible (even after a refresh).
When I try to delete any folder, I get the following
error:
ERROR : Could not complete request.
Query: DELETE ""
Reason Given: Mailbox does not exist, or must be
subscribed to.
When I try to rename a folder, it instead creates a
new folder with a corrupted name and my renamed folder
as a subfolder thereof:
- Testold=INBOX
RenamedTest
I used the conf.pl "D" option and set my server type
to courier. Here are the relevant lines from my
config.php:
$imap_server_type = 'courier';
$optional_delimiter = '.';
$default_folder_prefix = 'INBOX.';
$show_prefix_option = false;
$default_sub_of_inbox = false;
$show_contain_subfolders_option = false;
$delete_folder = true;
$noselect_fix_enable = true;
This setup works perfectly with Microsoft Outlook
Express 5. I can create, delete, and rename folders
at will. Any ideas where I went wrong or where I
could further look to diagnose this problem?
-- Aaron