Sean Legassick wrote:
> These sound like an excellent set of improvements - perhaps you could
> post a URL to your diffs, or failing that post them here.

The files are available at
http://www.chez.com/rkoenig/turbine_mail.tgz

Some problems left ... The WebMacroEmail stuff may be better in the
...webmacro.util package.

The functions setFrom(), addTo() ... return void. It would be better to
return an Email, so one can do something like

mail.setFrom("[EMAIL PROTECTED]").addTo("[EMAIL PROTECTED]");

The problem comes from the subclasses. It is not natural to write

((HtmlEmail)mail.setFrom(...)).setHtmlMsg(...). Any idea to avoid this ?

Regis


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to