1 message in net.sourceforge.lists.courier-users[courier-users] Ideas for adding site...
FromSent OnAttachments
Alessandro VeselyOct 11, 2006 6:08 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Ideas for adding site-specific features to webmailActions...
From:Alessandro Vesely (ves@tana.it)
Date:Oct 11, 2006 6:08:22 am
List:net.sourceforge.lists.courier-users

Hi all,

I currently can change html pages, but cannot easily add features to webmail. By _easily_ I think I mean

- don't edit Courier's html templates, - use PHP scripts if at all possible, - integrated into Courier environment, i.e. authentication, folders, etc.

One feature I'm thinking about is to add anti-spam settings and feedback, e.g. from what spam level the user wants to discard mail, how, what is spam or ham, should we trust or double-check any bayesian filtering done by user's clients, etcetera.

The idea is to add some config variables in sqwebmaild to load the relevant site-specific software (SSS). SSS should draw html forms and handle posted variables as needed, storing values where they will be retrieved by maildrop scripts. Pretty generic and minimal changes.

Any hint?