Hi there!
I just wanted to tell you about release v1.0b of a new, extended archiving plugin. This plugin archives mails under an archive folder by year, month or sender
Check it out on github:
https://github.com/dploeger/roundcube_archive/archive/v1.0b.zip (https://github.com/dploeger/roundcube_archive/archive/v1.0b.zip)
Please test it in your installation and give me feedback via github's issue tracker.
https://github.com/dploeger/roundcube_archive/issues (https://github.com/dploeger/roundcube_archive/issues)
Thanks.
Kind regards
Dennis
I think that something Outlook-like behavior will be better. Create an Archive folder, and if user wants to archive an email the plugin creates the original folder structure (and maybe the year/quarter/month folders too) below the Archive folder and move the message to this new folder.
Hello,
first of all: Thanks for creating the plugin!
I tried to setup the package today.
The "Configuration" -> "Archive" option appeares - but it's completely empty. (showing nothing) ???
Performed steps:
1. Stored the whole folder in the "plugins" directory of my roundcube installation.
Code: [Select]
/volume1/@appstore/MailStation/roundcubemail/plugins/de_dieploegers_archive
2. Modified "$rcmail_config['plugins']" in main.inc.php as follows:
Code: [Select]
$rcmail_config['plugins'] = array('de_dieploegers_archive');
Are there any other steps I have to perform to get it working? :-\
Thank you in advance & BR!
I've installed this plugin and have been using it for a while now with no issues.
Have you set your special folder for Archive?
Mine was already set, and I was able to select this folder as my top level, depending on whether you are using date or sender for your archive folder pattern.