| Line | |
|---|
| 1 |
|
|---|
| 2 |
MHI |
|---|
| 3 |
--- |
|---|
| 4 |
|
|---|
| 5 |
mhi is a comamndline style mailreader in the tradition of mh and nmh, |
|---|
| 6 |
but mutated to support IMAP. |
|---|
| 7 |
|
|---|
| 8 |
Why? |
|---|
| 9 |
|
|---|
| 10 |
One thing that IMAP provides is the ability for multiple clients to |
|---|
| 11 |
access the same mail store. Graphical clients are all well and good, |
|---|
| 12 |
but sometimes a reversion to the commandline is necessary. Neither mh |
|---|
| 13 |
nor nmh will talk to an IMAP server, so I had to write my own client. |
|---|
| 14 |
Python's imaplib made this easy. |
|---|
| 15 |
|
|---|
| 16 |
Version history: |
|---|
| 17 |
---------------- |
|---|
| 18 |
|
|---|
| 19 |
0.5 Inital release because I'm losing inspiration and should share what |
|---|
| 20 |
I've managed so far. |
|---|
| 21 |
|
|---|
| 22 |
TODO: |
|---|
| 23 |
----- |
|---|
| 24 |
|
|---|
| 25 |
* use getopt |
|---|
| 26 |
* more help - should be self-documenting ala svn/cvs |
|---|
| 27 |
|
|---|
| 28 |
License: |
|---|
| 29 |
-------- |
|---|
| 30 |
|
|---|
| 31 |
mhi is licensed under either the GPL v2 or a Creative Commons |
|---|
| 32 |
share-alike license. Share and enjoy. |
|---|
| 33 |
|
|---|
| 34 |
|
|---|