Author Topic: Extended Archiving Plugin  (Read 4610 times)

Offline dploeger

  • Newbie
  • *
  • Posts: 1
Extended Archiving Plugin
« on: November 11, 2012, 03:27:43 AM »
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

Please test it in your installation and give me feedback via github's issue tracker.

https://github.com/dploeger/roundcube_archive/issues

Thanks.

Kind regards
Dennis

Offline Takika

  • Newbie
  • *
  • Posts: 1
Re: Extended Archiving Plugin
« Reply #1 on: November 23, 2012, 09:10:42 AM »
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.

Offline hawkeye

  • Newbie
  • *
  • Posts: 2
Re: Extended Archiving Plugin
« Reply #2 on: December 02, 2012, 12:17:42 PM »
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!

Offline Volnhar

  • Jr. Member
  • **
  • Posts: 39
    • http://www.andrew.stoker.name/wp
Re: Extended Archiving Plugin
« Reply #3 on: December 02, 2012, 05:52:08 PM »
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.