mutt (email client)
{{short description|Text-based email client for Unix-like systems}}
{{Infobox software
| name = Mutt
| logo = Mutt.gif
| logo alt = Mutt Logo
| screenshot = mutt.png
| caption = Mutt in action
| author = Michael Elkins
| released = {{Start date and age|1995}}
| developer = Kevin McCarthy
| latest release version = {{wikidata|property|preferred|references|edit|Q1457398|P348|P548=Q2804309}}
| latest release date = {{wikidata|qualifier|preferred|single|Q1457398|P348|P548=Q2804309|P577}}
| latest preview version = {{wikidata|property|preferred|references|edit|Q1457398|P348|P548=Q51930650}}
| latest preview date = {{wikidata|qualifier|preferred|single|Q1457398|P348|P548=Q51930650|P577}}
| programming language = C{{cite web
| title = The mutt Open Source Project on Ohloh : Languages Page
| url = http://www.ohloh.net/p/mutt/analyses/latest/languages_summary
| archive-url = https://archive.today/20130413203213/http://www.ohloh.net/p/mutt/analyses/latest/languages_summary
| url-status = dead
| archive-date = April 13, 2013
| access-date = 2013-03-22
}}
| operating_system = Cross-platform
| genre = Email client
| license = GPL-2.0-or-later{{cite web
| title = COPYRIGHT file
| url = http://dev.mutt.org/hg/mutt/file/084fb086a0e7/COPYRIGHT#l20
| access-date = 2016-04-08
| quote = either version 2 of the License, or (at your option) any later version.
| archive-url = https://web.archive.org/web/20160305142400/https://dev.mutt.org//hg/mutt/file/084fb086a0e7/COPYRIGHT#l20
| archive-date = 2016-03-05
| url-status = dead
}}
| website = {{Official URL}}
}}
Mutt is a text-based email client for Unix-like systems. It was originally written by Michael Elkins in 1995 and released under the GNU General Public License version 2 or any later version.
The Mutt slogan is "All mail clients suck. This one just sucks less."{{cite web |url=http://www.mutt.org/ |title=The Mutt E-Mail Client |access-date=2008-06-08 |first1=Michael R. |last1=Elkins |first2=Jeremy |last2=Blosser |date=2008-06-08 }}
Operation
Mutt supports most mail storing formats (notably both mbox and Maildir) and protocols (POP3, IMAP, etc.). It also includes MIME support, notably full PGP/GPG and S/MIME integration.
Mutt was originally designed as a Mail User Agent (MUA) and relied on locally accessible mailbox and sendmail infrastructure. According to the Mutt homepage "though written from scratch, Mutt's initial interface was based largely on the ELM mail client". New to Mutt were message scoring and threading capabilities. Support for fetching and sending email via various protocols such as POP3, IMAP and SMTP was added later. However, Mutt still relies on external tools for composing and filtering messages.
Mutt has hundreds of configuration directives and commands. It allows for changing all the key bindings and making keyboard macros for complex actions, as well as the colors and the layout of most of the interface. Through variants of a concept known as "hooks", many of its settings can be changed based on criteria such as current mailbox or outgoing message recipients. Mutt supports an optional sidebar, similar to those often found in graphical mail clients. There are also many patches and extensions available that add functionality, such as NNTP support.
Mutt is fully controlled with the keyboard, and has support for mail conversation threading, meaning one can easily move around long discussions such as in mailing lists. New messages are composed with an external text editor, unlike pine, which embeds its own editor known as pico.
Mutt is capable of efficiently searching mail stores by calling on mail indexing tools such as Notmuch,{{cite web|url=https://notmuchmail.org/notmuch-mutt/|title=notmuch-mutt|website=notmuchmail.org|access-date=2018-11-22}}{{cite web|url=https://gitlab.com/muttmua/mutt/wikis/UseCases/SearchingMail|title=Searchingmail · Wiki · Mutt Project / mutt|website=GitLab|language=en|access-date=2018-11-22}} and many people recommend Mutt be used this way.{{cite web|title=Who needs a GUI? How to live in a Linux terminal.|url=https://www.networkworld.com/article/3091139/who-needs-a-gui-how-to-live-in-a-linux-terminal.html|last=Lunduke|first=Bryan|date=2016-07-06|publisher=Network World|access-date=2020-01-13|archive-date=2020-01-13|archive-url=https://web.archive.org/web/20200113055425/https://www.networkworld.com/article/3091139/who-needs-a-gui-how-to-live-in-a-linux-terminal.html|url-status=dead}} Alternatively, users can search their mail stores from Mutt by calling grep via a Bash script.{{cite web|first=Kyle|last=Rankin|title=Hack and / - Mutt and Virtual Folders|date=2008-12-01|url=https://www.linuxjournal.com/magazine/hack-and-mutt-and-virtual-folders|publisher=Linux Journal|access-date=2016-11-23}}
Mutt is often used by security professionals or security-conscious users because of its smaller attack surface compared with other clients that ship with a web browser rendering engine or a JavaScript interpreter.{{cite web |url=https://www.vice.com/en/article/why-security-experts-are-using-an-ancient-email-format-in-2015/ |title=Why Security Experts Are Using an Ancient Email Format in 2015 |access-date=2015-09-07 |date=2020-01-13}} In relation to Transport Layer Security, Mutt can be configured to trust certificates on first use, and not to use older, less secure versions of the Transport Layer Security protocol.{{cite web |url=https://gist.github.com/bnagy/8914f712f689cc01c267 |title=GPG / Mutt / Gmail |access-date=2015-09-14}}
See also
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
- {{Official website}}
- [https://neomutt.org NeoMutt], a fork of Mutt with added features
- {{webarchive
| url = https://web.archive.org/web/19970126101209/http://www.cs.hmc.edu/~me/mutt/index.html
| date = January 26, 1997
| title = Historical Mutt homepage, including ancient Changelogs}}
{{Email clients}}
{{DEFAULTSORT:Mutt (email client)}}
Category:Email client software for Linux
Category:Unix Internet software
Category:Free software that uses ncurses