View Full Version : Imap, Squirrelmail and Outlook Express
netmotiv8
12-01-2003, 06:55 AM
I have setup Outlook Express 6 to match SquirrelMail settings, but Outlook Express is only showing 'Inbox'. Outlook Express does not support setting special folders to INBOX.Sent & INBOX.Drafts, so the prefix has to be used.
any suggestions? I have attached a screenshot from OE 6
Cheers
Neil
:D
FarCry
12-01-2003, 04:26 PM
try your root path as blank
netmotiv8
12-02-2003, 03:29 AM
if no prefix is used then Outlook Express will create a new "Sent" folder & use that rather than using "INBOX.Sent" the same as webmail does.
I think this is a bug with the current imap setup and therefore please can it be fixed. We dont wish to offer this to our clients until it functions properly.
Thanks
Neil
:D
The problem is actually with squirrelmail, the INBOX.Sent is a cyrus imap setting if I am correct. I had to change squirrelmail's config for the following settings:
$default_folder_prefix = 'mail/';
$trash_folder = 'Trash';
$sent_folder = 'Sent';
$draft_folder = 'Drafts';
Then all you need to set in Outlook express is the root path to be 'mail/'.
The real problem was trying to copy squirrelmail, when that had not been tuned for the version of imap that is installed with DA.
You may also have to go into your account you were testing imap with and either remove the .mailboxlist or edit it to reflect the new settings. Here is what mine looks like:
mail/Sent
mail/Trash
mail/Drafts
mail/saved
INBOX
mail/Sent Items
netmotiv8
12-12-2003, 09:49 AM
Hi,
Imap seems to working ok for us now. However we cant create sub-folders in Outlook Express? Is there a reason for this?
Thanks
Neil
:D
DirectAdmin Support
12-12-2003, 10:24 AM
Sub-folders:
http://www.directadmin.com/forum/showthread.php?s=&threadid=1372&highlight=mbox
tristan
03-07-2005, 01:17 PM
I don't see how that link clarifies why subfolders are disabled by default, they are perfectly possible with UW.
Tristan
jmstacey
03-07-2005, 11:39 PM
Hello,
The reason that they are only one file is because it's using the mbox format instead of the Maildir format. All emails are in the one file.
John
tristan
03-08-2005, 01:45 AM
Yeah I read that myself as well, but the format of the files don't have anything to do with folder layout, it's only the format of the mail files itself, maildir has one file for each email whereas mbox will have one file for each folder.
Tristan
ballyn
03-08-2005, 08:16 PM
Yeah... that thread doesn't really have anything to do with the question.
I think the answer is that under UW-IMAP, folders can either contain messages or folders, but not both. So, you have to create root folders, you cant' create a folder in your Inbox (since that holds messages).
Of course, I could be totally wrong... I haven't used UW-IMAP or Outlook Express for a couple of years... :)
netmotiv8
03-09-2005, 12:12 AM
Originally posted by toml
The problem is actually with squirrelmail, the INBOX.Sent is a cyrus imap setting if I am correct. I had to change squirrelmail's config for the following settings:
$default_folder_prefix = 'mail/';
$trash_folder = 'Trash';
$sent_folder = 'Sent';
$draft_folder = 'Drafts';
Then all you need to set in Outlook express is the root path to be 'mail/'.
The real problem was trying to copy squirrelmail, when that had not been tuned for the version of imap that is installed with DA.
You may also have to go into your account you were testing imap with and either remove the .mailboxlist or edit it to reflect the new settings. Here is what mine looks like:
mail/Sent
mail/Trash
mail/Drafts
mail/saved
INBOX
mail/Sent Items
Thanks for that, it jogged my memory. All fixed now :D
Neil.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.