help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best Emacs Mail client.


From: Jean Louis
Subject: Re: Best Emacs Mail client.
Date: Wed, 27 Nov 2019 08:54:20 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

* M.R.P. zensky <wintermute24x7@icloud.com> [2019-10-29 23:06]:
> Hello I wondering what the best mail client is for me to use. I do
> not want to use gnus. I just want a really good mail client that can
> handle pop and map. Can Rmail support POP and Imap? Should I look
> elsware?

Well... I also wonder about that.

For me, so far, the best way to handle large amounts of emails is
using emacs-libvterm module
https://github.com/jixiuf/emacs-libvterm and mutt email client under
the libvterm within emacs. http://www.mutt.org

I am using Maildirs, for which Emacs does not have support, see
https://en.wikipedia.org/wiki/Maildir

In my setup every conversation is saved to the ~/Maildir folder
correspoding to the email, like ~/Maildir/user@example.com then I can
quickly open up previous conversation with the user.

Rmail reads from rmail/mbox file. Not from IMAP. POP you should not
even use, change your provider if you are offered POP. Use always
secure connections to IMAP.

movemail software can move from IMAP to local folder. movemail utility
you may find in GNU Mailutils, being better than the movemail bundled
with the Emacs, see http://www.mailutils.org/ it works like charm, and
it is GNU. It can do some serious magic in handling emails.

My fcrontab entry is:

@ 5 /home/data1/protected/bin/rcd/move-mail.lisp

which is outside script that runs movemail for few IMAP boxes, and
moves mail to local ~/Maildir but you could adapt it to move mail to
local mbox file. Then you could read it with Rmail, which is quite
good in handling emails, but not reliable for me, as I am accessing
emails sometimes with multiple instances of mutt or other tools.

There are other packages for email handling in Emacs, you could look
in list of packages, like Wonderlust and MH-E which is I think built
in package. MH-E is better than Rmail in my opinion, it has good
features and handling of emails, see info for: mh-e

Yet those I cannot use, as I am using Maildir format, for me, mutt is
great solution, and it is running within Emacs frame.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]