Roundcube Community Forum

Release Support => Pending Issues => Topic started by: cj_bionic on November 13, 2012, 03:22:20 AM

Title: Can RC show overall size of a mailbox?
Post by: cj_bionic on November 13, 2012, 03:22:20 AM
How can I see my mailbox size in RC?
Title: Re: Can RC show overall size of a mailbox?
Post by: SKaero on November 13, 2012, 04:53:19 AM
RoundCube will display the mailbox quota if the mail server supports it.
Title: Re: Can RC show overall size of a mailbox?
Post by: cj_bionic on November 13, 2012, 06:22:36 AM
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)
Title: Re: Can RC show overall size of a mailbox?
Post by: oldschool on November 13, 2012, 09:14:33 AM
Hi!

Courier with Maildirsize.
;)


Rgds.
Title: Re: Can RC show overall size of a mailbox?
Post by: 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
Title: Re: Can RC show overall size of a mailbox?
Post by: oldschool on November 24, 2012, 06:39:48 PM
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.