geekhack
geekhack Community => Other Geeky Stuff => Topic started by: pikapika on Tue, 19 January 2010, 06:57:37
-
i'm using thunderbird on linux, but i find it huge, slow and not very satisfaying
as i like text mode tools, i'm looking for a mail client that could replace thunderbird.
of course there's mutt, but i don't want to bother configuring 10 tools to get a few mails :-)
so if you have any ideas (and conf examples), they're welcome !
-
Well, I did a few tries with sup, which I guess is a pretty nice email client. Personally I use wanderlust from within emacs now, though, which I guess also makes it sorta CLI mode if one wishes.
-
A long time ago I used pine (which has been replaced by alpine, as I understand), and gnus for emacs.
-
Alpine is the evolution of pine
-
I'm pining for the fjords.
>
[/youtube]
-
thanks for all replies !
alpine replaced pine for licencing reason i think, but i missed things in its configuration i think
as i'm beginning to use emacs, gnus and wanderlust could be nice. do you have confs examples ?
-
Do you mean emacs as in the wretched computer-like things that Crapple made?
-
Do you mean emacs as in the wretched computer-like things that Crapple made?
No (http://www.gnu.org/software/emacs/).
-
You might want to read this. (http://en.wikipedia.org/wiki/Emacs)
This too. (http://en.wikipedia.org/wiki/Vim_(text_editor))
The HHKB was designed for emacs.
-
I've just been scarred from years of servicing Emac's. Trust me; those things are awful!
-
I've just been scarred from years of servicing Emac's. Trust me; those things are awful!
So what do you use now, Vi? :nerd:
-
Just launch any command interpreter, establish a session with an SMTP server and compose your email there. Pretty archaic but so is a text based email client. :p
I do it for testing every so often.
-
i do some telnet too, but it's not exactly user friendly :-)
-
PINE definitely works well. I've used it forever (since at least 1994). Works well with IMAP (currently have it connecting to my gmail account). It used to be my news reader of choice as well.
-
I used to use mutt (http://www.mutt.org/) for email. I enjoyed it back when I was using it a few years ago.
-
i'll give alpine a new try.
mutt works, but it's long to configure, and needs to much side apps to work
-
Do you mean emacs as in the wretched computer-like things that Crapple made?
Meh, the two I have are okay, just a bit too heavy to carry around. I use them for Emacs (they run debian, yay) when I bother to start them.
-
i'll give alpine a new try.
mutt works, but it's long to configure, and needs to much side apps to work
I'm using Mutt and connect to an IMAP server. The only side app needed is Vim. Which is a plus, because I can't stand Pico that's built into Pine.
(I constantly hit Escape and enter vi commands when using other editors, but it leaves them unimpressed--just like this browser editor.)
It probably takes more effort to get Mutt working with POP3, though.
-
maybe i should have a look on newer tutorials, last time i read i had to have MTA+ procmail+ fetchmail + *
-
maybe i should have a look on newer tutorials, last time i read i had to have MTA+ procmail+ fetchmail + *
Yes, I had something like that at the back of my mind. The Mutt manual states that POP3 is supported, but this is "advanced usage (http://www.mutt.org/doc/manual/manual-4.html#ss4.10)", so the title says. ;) So at least you don't need fetchmail anymore. Procmail is not required, I think, but it is quite cool, actually. I am missing its simplicity in IMAP and Sieve.
Sending mail via SMTP still seems to require an MTA, though (because Mutt is a MUA, not an MTA).