PHPackages                             jfcherng-roundcube/quota - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jfcherng-roundcube/quota

ActiveRoundcube-plugin[Utility &amp; Helpers](/categories/utility)

jfcherng-roundcube/quota
========================

A plugin that shows quota information for Roundcube.

0.0.21(3y ago)82.5k↓25%4[5 issues](https://github.com/jfcherng-roundcube/plugin-quota/issues)[2 PRs](https://github.com/jfcherng-roundcube/plugin-quota/pulls)MITPHPPHP &gt;=7.1.3

Since Jun 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/jfcherng-roundcube/plugin-quota)[ Packagist](https://packagist.org/packages/jfcherng-roundcube/quota)[ Docs](https://github.com/jfcherng-roundcube/plugin-quota)[ Fund](https://www.paypal.me/jfcherng/5usd)[ RSS](/packages/jfcherng-roundcube-quota/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (20)Used By (0)

Roundcube Plugin: Quota
=======================

[](#roundcube-plugin-quota)

[![GitHub Workflow Status (branch)](https://camo.githubusercontent.com/c578ad9263cb43ff7da9e94e2a96807c29db3eaa1605715b8ec2febb175d043f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a66636865726e672d726f756e64637562652f706c7567696e2d71756f74612f6d61696e2f6d61737465723f7374796c653d666c61742d737175617265)](https://github.com/jfcherng-roundcube/plugin-quota/actions)[![Packagist](https://camo.githubusercontent.com/d8e41af591e15ca500840cee2c561dd1afc68289e6463fecb0469ed4a9e7f0cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a66636865726e672d726f756e64637562652f71756f74613f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jfcherng-roundcube/quota)[![Packagist Version](https://camo.githubusercontent.com/0859f80ecf85a207f84ffb0a88e232f7c7d89f85d8167f254e886f0fbe1368ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a66636865726e672d726f756e64637562652f71756f74613f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jfcherng-roundcube/quota)[![Project license](https://camo.githubusercontent.com/5f4102d0aa843befff32f2f164836763d5484a5526d605805f8c47670ff39850/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a66636865726e672d726f756e64637562652f706c7567696e2d71756f74613f7374796c653d666c61742d737175617265)](https://github.com/jfcherng-roundcube/plugin-quota/blob/master/LICENSE)[![GitHub stars](https://camo.githubusercontent.com/466b2185dabca10c39e9cf9bf380da32e5de247195966206acd51ccaa8f7bb28/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a66636865726e672d726f756e64637562652f706c7567696e2d71756f74613f7374796c653d666c61742d737175617265266c6f676f3d676974687562)](https://github.com/jfcherng-roundcube/plugin-quota/stargazers)[![Donate to this project using Paypal](https://camo.githubusercontent.com/b3f28a26023aadc92afb98cdbcec5f66ed5b471222cf2af28454b871d93372f4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652d626c75652e7376673f7374796c653d666c61742d737175617265266c6f676f3d70617970616c)](https://www.paypal.me/jfcherng/5usd)

A plugin that shows quota information with a pie chart for Roundcube.

Requirements
------------

[](#requirements)

I only test this plugin with following environments. Other setup may work with luck.

- PHP: &gt;= `5.4.0`

What is Quota plugin
--------------------

[](#what-is-quota-plugin)

Quota plugin is used in [Roundcube](https://roundcube.net/) to show *used space* and *free space* for given mailbox.

[![demo](https://raw.githubusercontent.com/jfcherng-roundcube/plugin-quota/master/docs/screenshot/demo.png)](https://raw.githubusercontent.com/jfcherng-roundcube/plugin-quota/master/docs/screenshot/demo.png)

How to install this plugin in Roundcube
---------------------------------------

[](#how-to-install-this-plugin-in-roundcube)

### Install via Composer

[](#install-via-composer)

This plugin has been published on [Packagist](https://packagist.org) by the name of [jfcherng-roundcube/quota](https://packagist.org/packages/jfcherng-roundcube/quota).

1. Go to your `ROUNDCUBE_HOME` (i.e., the root directory of your Roundcube).
2. Run `composer require jfcherng-roundcube/quota`.
3. You may edit the `config.inc.php` under this plugin's directory if you want to do some configurations.

### Install manually

[](#install-manually)

1. Create folder `quota` in `ROUNDCUBE_HOME/plugins` if it does not exist.
2. Copy all plugin files there.
3. Copy `config.inc.php.dist` to `config.inc.php` and edit `config.inc.php` if you want.
4. Edit `ROUNDCUBE_HOME/conf/config.inc.php` locate `$config['plugins']` and add `'quota',` there:

```
