Who ever said Lee soonki couldn't write what follows?:
Quote:>Is is possible to use elm like outlook express?
>Namely, Can elm fetch mails from a remote mail server using pop3?
>Can elm send mails to a remote mail server using smtp?
Never used elm, so I don't know. Type 'man elm', and 'man sendmail' to see
if you can find out anything.
Quote:>If possible, how can I configurate elm?
Again, I don't know about elm itself, but that is not generally the linux
way, I think. What you probably want is fetchmail, a separate program which
gets mail from just about any type of mail server there is, and stores it in
whatever mailbox you tell it to. Type 'man fetchmail' for more info. You'll
have to do a bit of fiddling around with it to make it work smoothly with
your email reader (elm.)
--
Bryan Hoyt
http://www.crosswinds.net/~artmusic
-----------------------------------
THE LESSER-KNOWN PROGRAMMING LANGUAGES #10: SIMPLE
SIMPLE is an acronym for Sheer Idiot's Monopurpose Programming Language
Environment. This language, developed at the Hanover College for
Technological Misfits, was designed to make it impossible to write code
with errors in it. The statements are, therefore, confined to BEGIN,
END and STOP. No matter how you arrange the statements, you can't make
a syntax error. Programs written in SIMPLE do nothing useful. Thus
they achieve the results of programs written in other languages without
the tedious, frustrating process of testing and debugging.