Download 1.3  ( 1.2 1.1 1.0 )     Browse    Talk
  ____ __  __ 
 / ___|  \/  | |
| |   | |\/| | |
| |___| |  | | |
 \____|_|  |_| |
               |
   CheckMail   | by Jamie Turner 
-------------------------------------------------------
cm is a flexible mail checking utility that can probe
multiple mail queues.  It currently supports any number
of mbox, Maildir, IMAP4, and POP3 mailboxes. 

cm reads a ~/.cm file to determine which mailboxes to 
check.  The format can be found in the dot_cm file 
included with the cm distribution.

cm does not take any command line parameters.  The idea
is to have parameters triggered on a per-spool basis
in the ~/.cm file, leaving you free to simply type 'cm'
to check your mail.

cm is written in Python.  Run ./install.sh to install 
cm.   If you cannot become root, you can install locally 
by:

$ cp cm.py ~/bin/cm    # or some location in your PATH
$ chmod +x ~/bin/cm

Don't hesitate to email the author with questions or 
bugs.

    -----------------------------------------------