Author Topic: New Plugin using the Plugin API  (Read 6187 times)

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
New Plugin using the Plugin API
« 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.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
New Plugin using the Plugin API
« Reply #1 on: May 25, 2009, 02:20:34 PM »
I added this api-plugin to google code.

roundcube-plugins - Google Code

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.