https://github.com/monban/gutt
Mail user agent in the style of Mutt
https://github.com/monban/gutt
email mua tui
Last synced: about 2 months ago
JSON representation
Mail user agent in the style of Mutt
- Host: GitHub
- URL: https://github.com/monban/gutt
- Owner: monban
- Created: 2023-10-15T03:56:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:53:44.000Z (over 1 year ago)
- Last Synced: 2024-10-19T12:38:51.840Z (7 months ago)
- Topics: email, mua, tui
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/monban/gutt)
# Gutt
`gutt` is a text user interface mail user agent (TUI MUA) in the style of [Mutt](http://www.mutt.org/).
It is currently in (very) early development.## Features
- MBOX## Planned features
- MAILDIR
- IMAP
- Gmail
- Multiple mailboxes## Usage
At current time, the only configurable option is what MBOX to read from.
Gutt will first check for the `MAIL` environment variable, if it can't find it, it will try `/var/spool/mail/$USER`.
To look at a different MBOX, just specify the MAIL variable during invokcation:
```
MAIL=~/somembox gutt
```