
Remote but far more flexible and usable than afew move mail mode), inĪ far past I've used mu4e, gnus and wanderlust, the first are nice and The sole with IMAP IDLE support) and IMAPFilter (slow since act on In the past I've used OfflineIMAP (too buggy even if it's My actual setup (since around two years) is notmuch-emacs with mbsyncĪnd afew. Spamassassin is really hard to get working and is heavy, I'd search for a lighter alternative if necessary. I quite rarely receive spam, so I don't use a spam checker. To see how this setup maps to a Mutt configuration. I have reproduced my Rmail config partially in Mutt recently to use when my Emacs build has problems, so you can see I use msmtp-queue to queue up messages and sent them all at once, and a cronjob notifies me if there is something in the queue, for which see Msmtp, mpop and procmail are not necessary and can be replaced with Emacs' included libraries & mailutils, but I want to be able to use SMTP and POP from programs outside Emacs so I use these programs instead.
BEST MAC EMAIL CLIENT 2019 ARCHIVE
Use a script to split archive when it gets too bit. Aim to keep current empty, only keep mail that I need to return to soon or need to process further in current. When Rmail is run, read mail into current, process mail there, either move to archive or delete mail. Fetch mail with mpop, filter with procmail, write into an mbox called inbox. That file is generated by org-vcard from my canonical contacts list: the contacts on the Nextcloud server i run. So what i now have is a curated list of contacts in an Org file in the default org-contacts format, which my company-org-contacts-email-candidates function (posted in this comment) draws on to build a list of email addresses for auto-completion. addresses of posters to the various mailing lists i've subscribed to over the decades), email addresses which really got in the way of auto-completion of addresses i send mail to regularly. i found that the contact list produced by that process was not useful for me, as it would include so many email addresses i'll never use (e.g. I'm guessing that what you're seeing might be mu processing your email corpus to find contacts (as email senders or receivers). No, i don't run my own email server i have considered it, but my assessment is that for my use-case, the costs of doing so would greatly outweigh the benefits. (add-to-list 'company-backends 'company-org-contacts) (candidates (company-org-contacts-email-candidates arg)) (company-grab company-org-contacts-email-regex 1))) (prefix (and (derived-mode-p 'message-mode) (interactive (company-begin-backend 'company-org-contacts)) (defun company-org-contacts (command &optional arg &rest ignored) (defconst company-org-contacts-email-regex (string-match (concat "^" prefix) email)) (if (or (string-match (concat "^" prefix) name) (addresses (org-entry-get-multivalued-property (point) "EMAIL")) (nth 1 (org-element-headline-parser (line-end-position))) "Create list of email address candidates with prefix PREFIX for Sure: (defun company-org-contacts-email-candidates (prefix)
