diff options
| -rw-r--r-- | README.md | 31 | ||||
| -rw-r--r-- | Screenshots/Index.png | bin | 0 -> 51907 bytes | |||
| -rw-r--r-- | Screenshots/Pager.png | bin | 0 -> 96801 bytes |
3 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e428b1f --- /dev/null +++ b/README.md @@ -0,0 +1,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 diff --git a/Screenshots/Index.png b/Screenshots/Index.png Binary files differnew file mode 100644 index 0000000..cc04260 --- /dev/null +++ b/Screenshots/Index.png diff --git a/Screenshots/Pager.png b/Screenshots/Pager.png Binary files differnew file mode 100644 index 0000000..5686b53 --- /dev/null +++ b/Screenshots/Pager.png |
