root/README

Revision c377b19add7aa976b0705bd21bb18ac456267715, 0.7 kB (checked in by pj <pj@03e2507f-5f03-0410-b1bc-a06d56394c08>, 2 years ago)

fixed up some formatting

git-svn-id: file:///home/pj/.svnroot/mhi@58 03e2507f-5f03-0410-b1bc-a06d56394c08

  • Property mode set to 100644
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
Note: See TracBrowser for help on using the browser.