Skip to content

freeprogs/checkmail

Repository files navigation

checkmail

Checks mail for incoming messages.

If some mail has come it prints number of messages in the box and some message headers like sender address and subject.


Requirements

This program has tested in Linux Fedora 20 with Python 3.3.2 and installed site package pycrypto 2.6.1.

You can find pycrypto at: https://pypi.python.org/pypi/pycrypto/

It may work in older linux distributions and Python 3.x. The main thing here is the Python version greater than 2.x and installed pycrypto.

Building

Build the docs and read the README file in build/docs.

To build run:

$ ./configure
$ make

Testing

To run unit-tests run:

$ make test

Installation

To install run:

$ sudo make install

To uninstall run:

$ sudo make uninstall

Note: Don't take files from this project before their building because they are just templates for the ending program and its documentation. These files may not work because template strings may brake the code as they may be placed in the middle of code, not only in comments.