At 09:32 AM 12/15/00 -0300, you wrote:
>Jeremy Howard wrote:
>> IMHO, the best open source WebMail servers are PHP based
>
> I have this dangling idea of building a TWIG lookalike (in Perl), with
>a 'plug-in'/'module' structure, so I may write the email client, and
>others fill with their desired modules. Anyway, it's a seriuos
>undertaking, but it's in my plans to rip as much code and design choices
>from stable OS webmails as possible.
>
I test drove the WebMail server, and, ... it was nice! What I had in mind
was a simple stand-alone (with a robust email server API: POP IMAP, NEWS)
Apache mod_perl email module, that would allow authorization, read,
compose, send, forward, and delete. I don't think it would need to read
attachments, but being able to save and attach files would be useful. A
simple directory interface would also be useful but not hard requirement.
An eligant simple interface would cover about 90% of most needs. Having it
simple and easy to install is key.