aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md31
-rw-r--r--Screenshots/Index.pngbin0 -> 51907 bytes
-rw-r--r--Screenshots/Pager.pngbin0 -> 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
new file mode 100644
index 0000000..cc04260
--- /dev/null
+++ b/Screenshots/Index.png
Binary files differ
diff --git a/Screenshots/Pager.png b/Screenshots/Pager.png
new file mode 100644
index 0000000..5686b53
--- /dev/null
+++ b/Screenshots/Pager.png
Binary files differ