Le lundi 12 octobre 2009 à 11:23 +0100, Hugo Monteiro a écrit : > Paul Cockings wrote: > > Julien Valroff wrote: > > > >> Hi, > >> > >> I think it would be great to have DSPAM plugins for DSPAM. > >> > >> The current stable release has a new plugin API - see > >> http://trac.roundcube.net/wiki/Plugin_Repository for existing plugins. > >> > >> I think we could have 2 plugins: > >> - one which could simply add a link to the local DSPAM WebUI on the > >> roundcube toolbar (ideally, we could use the credentials used by > >> RoundCube to avoid the authentication for DSPAM, not sure if that is > >> possible) > >> > >> - one with "mark as junk" and "mark as not junk" buttons - this could > >> work with DSPAM aliases, what do you think? > >> > >> I am unfortunately not able to write such things, but could help testing > >> and documenting if someone is willing to work on them. > >> > >> Cheers, > >> Julien > >> > >> > >> > > I am really interested in this too. Please add to the feature requests > > tracker > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > _______________________________________________ > > Dspam-devel mailing list > > Dspam-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/dspam-devel > > > > > > Paul, Julien et al,
Hi Hugo, > Some thoughts: > > - That's already supported by dovecot, through the anti-spam plugin. > Other IMAP servers could/should already have that level of functionality. > - That type of implementation requires absolutelly no changes in > roundcube (which is just another imap client), provided that the IMAP > server supports it. You just move messages around. > - If you happen to REALLY want SPAM/NOT SPAM buttons, the required > changes, to roundcube, are as simple as a plugin that shows the buttons > and moves the messages to the right folders. (this shouldn't be too hard > to do). > - In the case you consider alternatives to roundcube, you can use > squirrelmail, which already has that level of functionality, including > message forwarding, in the case you can't use dovecot or similar as IMAP > server. > > Because of the above, i think that the question should firstly be posted > to the roundcube community. If there's no feedback, or if someone > happens to donate code for such a plugin, it could be added to contrib, > without being "official", just like the rest of what's in there. > > my 2¢, Actually, I have managed to write a basic plugin which just adds a button to the RoundCube taskbar, with a link to the DSPAM WebUI. For now, provided you use the same credentials for both RoundCube and DSPAM, and that the WebUI is secured via an HTTP Basic Authentication, you do not need to authenticate twice (but my issue is that the user's password appears in clear in a link such as https://user:passw...@dspamui.tld) I am unfortunately not able to do more, and I have already aksed for some help on the RoundCube forum [1] but my post received no answer (at least for now) As for the Dovecot plugin, I would like to avoid it as I do not like the extra folders which are only needed for spam retraining (but you are right, it would be much simpler to develop, given as such a plugin already exists!). And the Dovecot plugin cannot work for users using the quarantine feature (which I like personally a lot) Cheers, Julien [1] http://www.roundcubeforum.net/api-based-plugins/5545-help-needed-simple-plugin.html ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Dspam-devel mailing list Dspam-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-devel