Roundcube Community Forum

 

Can RC show overall size of a mailbox?

Started by cj_bionic, November 13, 2012, 03:22:20 AM

Previous topic - Next topic

cj_bionic


SKaero

RoundCube will display the mailbox quota if the mail server supports it.

cj_bionic

Quote from: SKaero on November 13, 2012, 04:53:19 AM
RoundCube will display the mailbox quota if the mail server supports it.

But if I do not have quota (unlimited), can I see what size I'm using now? (Exim+Courier)

oldschool


cj_bionic

#4
Quote from: oldschool on November 13, 2012, 09:14:33 AM
Hi!

Courier with Maildirsize.
;)

Rgds.

I have included to exim config this:
   maildir_use_size_file = true                                                                                     
   maildir_quota_directory_regex = ^(?:cur|new|\..*)$

maildirsize file was created, but RC doesn't see it :(

telnet localhost 143
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS] Courier-IMAP ready. Copyright 1998-2010 Double Precision, Inc.  See COPYING for distribution information.

QUOTA is enabled

oldschool

Quote from: cj_bionic on November 14, 2012, 08:48:01 AM
Quote from: oldschool on November 13, 2012, 09:14:33 AM
Hi!

Courier with Maildirsize.
;)

Rgds.

I have included to exim config this:
   maildir_use_size_file = true                                                                                     
   maildir_quota_directory_regex = ^(?:cur|new|\..*)$

maildirsize file was created, but RC doesn't see it :(

telnet localhost 143
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS] Courier-IMAP ready. Copyright 1998-2010 Double Precision, Inc.  See COPYING for distribution information.

QUOTA is enabled

Hi!

Sorry, i haven't seen your reply.

I don't use any "exim" at all.
When using courier via imap with roundcube in any way it auto-updates the maildirsize file if changes has been made.
Can't remember that i've made any special edits for the config.


Rgds.