Archive Folder in RoundCube
#1
Archive Folder in RoundCube
Hi @ all,

how can I add an Archive folder to my RoundCube?
I know there is a Plugin for it (https://myroundcube.com/myroundcube-plug...der-plugin), but I don't know how to install it / enable it.

Thanks in advance for your help,
Th0rkel
#2
RE: Archive Folder in RoundCube
http://trac.roundcube.net/wiki/Doc_Plugins

Quote:Installing Plugins and Activating Plugins

After downloading a plugin, extract (unzip) it in Roundcube's plugins directory. Doing this correctly should result in a subdirectory plugins/<name of plugin> which contains all of the plugin's files.

A plugin is not used until you enable it by adding its directory name to the config option plugins, as an array element. This is done by editing your local config/config.inc.php file. Only plugins listed in the array will be enabled.

For example, to enable plugins named additional_message_headers and archive, config/config.inc.php should contain this line:

$rcmail_config['plugins'] = array('additional_message_headers', 'archive');
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
#3
RE: Archive Folder in RoundCube
Thank you, I solved it.

For all others wondering, how to enable plugins in RoundCube, it's really simple.

- Download your plugin and copy it to \etc\sentora\panel\etc\apps\webmail\plugins
- Go to \etc\sentora\configs\roundcube
- Open  config.inc.php (Roundcube 1.0.x and newer) or main.inc.php (Roundcube 0.9.5)
- Search for this line: $rcmail_config['plugins'] = array('managesieve');
- Add the name of your plugin to the array ex.: $rcmail_config['plugins'] = array('managesieve', 'archive');
- Login to your Roundcube Webmail and off you go!

For a list of all installed Plugins, click on "About" in the top left corner.

I hope this helps some of you.


Possibly Related Threads…
Thread Author Replies Views Last Post
How to upgrade RoundCube rajeevrrs 0 2 ,746 11-01-2022, 10:19 PM
Last Post: rajeevrrs
Auto Deleting The Mails From Trash Folder and Junk tonyfun 0 4 ,727 04-30-2020, 02:38 PM
Last Post: tonyfun
can not send email - SMTP error on roundcube wolvepy 9 35 ,594 01-03-2020, 08:37 AM
Last Post: Telepuzik

Forum Jump:


Users browsing this thread: 1 Guest(s)