blob: e428b1f8bd042d42e1b96e7cf4d6388817cfadf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Muttagen
========
**This project is unfinished and abandoned.**
It is posted here in the hope that it might be useful. I wrote this to get an
email environment similar to Mutt in the Gmail web interface. At the time, this
was a solution to deal with IMAP, POP, and SMTP access being disabled. While
writing this, I discovered that it’s possible to download and send email using
the Gmail API, and am now using a collection of tools to do so, allowing me to
use Mutt once again.
--------------------------------------------------------------------------------
A Greasemonkey user script to add [Mutt][1]-like features to Gmail. Hides
distracting UI elements and adds Mutt-like keyboard shortcuts.
## Screenshots
![Index view][2]
![Pager view][3]
## License
Copyright © 2019 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
[1]: http://www.mutt.org/
[2]: ./Screenshots/Index.png
[3]: ./Screenshots/Pager.png
|