Roundcube Excel Export is a plugin for the Roundcube webmail client that allows users to export the contents of an email folder to an Excel file (.xlsx). This plugin is designed to help users easily back up or analyze their emails in a structured format.
- Export email subjects, senders, body and dates to an Excel file.
- Simple integration with the Roundcube interface.
- Lightweight and easy to use.
-
Download or Clone the Repository:
git clone git@github.com:HercegDoo/rc_excel_export.git
-
Copy the Plugin: Copy the
rc_excel_export
folder to your Roundcube installation'splugins
directory.cp -r rc_excel_export /path/to/roundcube/plugins/
-
Enable the Plugin: Edit your Roundcube
config/config.inc.php
file to enable the plugin by adding it to the$config['plugins']
array.$config['plugins'] = array('rc_excel_export', ...);
-
Install Dependencies: You can install the required dependencies using Composer. Navigate to the plugin directory and run the following command:
composer install --no-dev
- Log in to your Roundcube webmail client.
- Navigate to the email folder you wish to export.
- Click the "Export to Excel" button in the toolbar.
- The contents of the folder will be downloaded as an Excel file.
- Roundcube 1.3 or higher
- PHP 7.0 or higher
- PhpSpreadsheet library
This plugin is licensed under the MIT License. See the LICENSE file for more information.
Contributions are welcome! Please fork this repository and submit a pull request for any features, bug fixes, or enhancements.
For issues or questions, please open an issue on GitHub or contact the maintainer at rti@dooherceg.ba.