Christoph Belitz wrote:
> Hi list,
>
> the file TODO.TXT contains following statement:
>
> ' 1) Porting Insight e-mail client to Linux '
>
> In my opinion there should be more information, which abilities, functions,
> behaviours Insight for Linux should contain. For example should it be a MTA
> or should it use Arachne pop3+smtp-abilities? Should it support the 'unix
> mail standard' (f.e. storing mail in /var/mail/$user, if I remember right)???
Well, INBOX should be retreived from /var/mail/user, that's without
discussion. Another question is where to store local folders. I think it
would be nice to be compatible either with PINE (~/mail), or with
Netscape (~/nsmail), or with IMAP standard.
My plan is to use existing sendmail and fetchmail to send/receive
messages. It's not worth rewriting them...
>
> --->> There are so many questions that should be discussed.
>
> Does there exist any reference or discussion-paper concering future development
Not really. If you join [EMAIL PROTECTED] mailing list (via
[EMAIL PROTECTED]), you can ask other people.
Basicaly, my plan is complete rewrite, because current Insight is very
messy, uncommented, it uses too much DOS-specific functions, etc.