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 09-14-2006, 05:55 AM
Registered User
 
Join Date: Sep 2006
Posts: 1
Downloads: 0
Uploads: 0
Default INBOX

Greetings,

I have been using various releases of roundcube for about a year now. I have been encouraged by early versions of the application, but only with r0.1B2 have I fel comfortable enough with it for a production release.

I have one request at this point: every release requires that I hack something into the code that I believe should be a configuration option. I've coded it as a configuration option, in fact. I could potentially deliver a patch for it if anyone is interested.

Basically, I've gota somewhat unconventional mail server configuration that places users' email in their home directories instead of in /var/spool/mail. Using this method I can enforce per-user disk quote restrictions and those users who leave mail on the server with huge attachments eating up disk space will be accountable for it through the quota system.

To accomplish this arrangement, the "inbox" for every user is ~username/mail/inbox - and when requested through IMAPD, this becomes "mail/inbox". So the default "INBOX" which is hard-coded in multiple locations through the application is not valid on this server. All I did was create a configuration variable $rcmail_config['main_mbox'] = 'mail/inbox') and then grep'ed "INBOX" through the application, replacing it with the value of the variable. The only exception I found was inside a JavaScript file which had to be hard-coded to match my change.

Am I really the only person who would benefit from ease of configurability for this setting?

Regards,
- SK
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 09-19-2006, 08:37 PM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: INBOX

For some odd reason, I remember seeing a configuration option in beta2 and later SVN releases that allowed you to set the IMAP root..... so your hack would just do that..... hmm.... I'll look into this and report back....

Edit
In the beta2 configuration file, around line 122 I see this:
PHP Code:
// only list folders within this path
$rcmail_config['imap_root'] = ''
Is that not what you want? That's been there since the beginning I think.
__________________

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 11:47 PM.


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