├── Controller └── Mailqueue.php ├── README.md ├── admin.php ├── assets └── mailqueue.js ├── bootstrap.php └── views └── index.php /Controller/Mailqueue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floriandotpy/cockpit-mailqueue/HEAD/Controller/Mailqueue.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floriandotpy/cockpit-mailqueue/HEAD/README.md -------------------------------------------------------------------------------- /admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floriandotpy/cockpit-mailqueue/HEAD/admin.php -------------------------------------------------------------------------------- /assets/mailqueue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floriandotpy/cockpit-mailqueue/HEAD/assets/mailqueue.js -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floriandotpy/cockpit-mailqueue/HEAD/bootstrap.php -------------------------------------------------------------------------------- /views/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floriandotpy/cockpit-mailqueue/HEAD/views/index.php --------------------------------------------------------------------------------