Skip to content

damonconway/MHI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MHI
---

mhi is a commandline style mailreader in the tradition of mh and nmh,
but mutated to support IMAP.

Why?

One thing that IMAP provides is the ability for multiple clients to
access the same mail store. Graphical clients are all well and good,
but sometimes a reversion to the commandline is necessary. Neither mh
nor nmh will talk to an IMAP server, so I had to write my own client.
Python's imaplib made this easy.

Version history:
----------------

0.5 Inital release because I'm losing inspiration and should share what
    I've managed so far.

TODO:
-----

 * use getopt
 * more help - should be self-documenting ala svn/cvs

Licensing information is in the LICENSE file. (short version: GPLv3 or CCBYSA)

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%