I think Roundcube still has a way to go in some other more common areas of webmail functionality before anyone tackles filtering in a big way. But I would also question whether a webmail system is the right spot for mail filtering. This really should be done at the mail server level. That way the filtering occurs regardless of how you view your mail (eg. some days you might access it through Thunderbird, other days through Roundcube - you don't want to have to maintain two different sets of filters).
What is appropriate for a webmail client however is some sort of hook into that backend filtering system so that you have a nice way of configuring it within the webmail. An example that comes to mind is there is a plugin for squirrelmail that lets you manipulate sieve scripts on a cyrus backend. I am almost certain there would be a similar procmail one if you looked around.
So the best way would be to write the filtering interface as generically as possible, then write seperate backends for the various filtering systems around (procmail, sieve, etc).
But my main point is, in the meantime there is nothing stopping you from having filtering with your roundcube - it all depends on what mail system you use in the backend. You just have to configure it in there instead of having the convenience of doing it through roundcube.
Cheers Derek
On 4/6/06, anthony@rexburg.com anthony@rexburg.com wrote:
I know that there was a thread started here about message filtering: http://lists.roundcube.net/mail-archive/roundcube.dev/2005/10/376/
Anyone know the status on this?
I'm liking RoundCube a lot! And if I decide to adopt it, I would want to forward all of my email addresses over to it, but I would want incoming emails to automatically go into certain folders, depending on the To Address, so that I don't have to go move each individual email into their folders.
Do we just need to wait for this feature? Any ideas on a time frame?
Keep up the good work. This is very nice!