RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > News and Announcements > General Discussion

For more information about the ads and why they're here, please see the FAQ

Reply
  #1  
Old 06-29-2009, 10:21 AM
Registered User
 
Join Date: Jun 2009
Posts: 10
Default Problems on Email Client Folder and WebMail

Hi all,

This is my first time to setup Roundcube and Apple Mail Server. I have a problem that's keeps bugging me off. In Apple Mail app I have setup an IMAP account and IMAP prefix = INBOX when the creation of the account has done I have two copies of folders (JUNK, TRASH and SENT) with this configuration on Apple Mail App logging in to roundcube mail was perfect no double folders. However I want to have the same folders without duplication on both Roundcube WebMail and Apple Mail app.

Changing the IMAP prefix = "" would deem the Apple Mail app to work perfectly without duplication of folders (TRASH, JUNK and SENT) but logging in on roundcube wenmail with these setting would result double duplication of folders on (JUNK, TRASH and SENT)

this would cause our users to e confused on where the messages are saved.

here is my config on main.inc.php

Code:
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
//$rcmail_config['junk_mbox'] = 'Junk';
$rcmail_config['junk_mbox'] = 'Junk Email';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
//$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['sent_mbox'] = 'Sent Messages';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
//$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['trash_mbox'] = 'Deleted Messages';

// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
can anyone help me not what's the settings to be done withoout making duplicate folders on both an email client and roundcube webmail. Do not want to go back to squirell.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-30-2009, 01:12 PM
Registered User
 
Join Date: Jun 2009
Posts: 10
Default

to answer my question. I turned off the auto creation of folder in main.inc.php and all is well now.

note:

Entourage Email Client will create the following folders

Inbox
Deleted Items
Drafts
Sent Items
Junk E-Mail

Apple Mail Client will create the following folders

Inbox
Deleted Messages
Drafts
Sent Messages
Junk E-Mail

Roundcube by default will create folders

Inbox
Drafts
Sent
Junk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:42 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community