Roundcube Community Forum

Third Party Contributions => Old Style Plug-Ins => Topic started by: corbosman on April 29, 2009, 10:37:57 AM

Title: New Plugin using the Plugin API
Post by: corbosman on April 29, 2009, 10:37:57 AM
Hi all, just to play around with the API a bit I created a plugin using the API. It's a copy of a plugin we're using on squirrelmail.  It adds a line to the headers box with mailinglist commands if the current email is a mailinglist email (using List-xxxxx: headers).  

Version 0.1, and im sure things are broken. Feel free to send me bug reports.

Plugin here:  http://wa.ter.net/download/listcommands.tar.gz

Remember, current SVN only, and you have to add the plugin to the main config.

Regards,

Cor

ps: plugin API is very cool. I was able to convert several of our in-house squirrelmail plugins already.
Title: New Plugin using the Plugin API
Post by: corbosman on May 25, 2009, 02:20:34 PM
I added this api-plugin to google code.

roundcube-plugins - Google Code (http://code.google.com/p/roundcube-plugins/)

This plugin gives you a menu in the headers box allowing you to perform mailinglist commands easily. Commands include subscribing, unsubscribing, sending a new mail, etc.