RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-21-2006, 03:59 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Default Folder Prefix

This is one extra variable that Squirrelmail has that I would like to see in Roundcube. Because I am terrible at explaining things, I'll use some examples from Squirrelmail to get my point across. Some IMAP Servers store their directories like this:

INBOX/
INBOX/Sent
INBOX/Drafts
INBOX/Trash

Rather than like this:

INBOX/
Sent/
Drafts/
Trash/

In squirrelmail their is a variable called $default_folder_prefix wherein I can specify "INBOX/" so that when it wants to know where my other folders are such as Trash, I can simply specify $trash_folder = "Trash" rather than $rcmail_config['trash_mbox'] = 'INBOX/Trash';. This is a minor annoyance that yes I could fix myself by adding something like
Code:
$folder_prefix = 'INBOX/';
$rcmail_config['trash_mbox'] = $folder_prefix . 'INBOX/Trash';
But as the number of users of Roundcube grows, this could change from a minor inconvenience to some to an annoyance to users of certain mail servers. Please let me know if this is unreasonable and thanks for making such a great webmail appliance. It's already so nice in beta, I can't wait for what the future holds.
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

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

All times are GMT. The time now is 03:21 PM.


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