Mailcat: a console viewer for MIME mail files
=============================================

Mailcat outputs mail files to the text console.
It works just like ``cat``::

    $ mailcat example.eml
    Subject: Plushy
    From: Dominik <dominik@catnip.nowhere>
    To: Marta <marta@purrrrr.xyz>
    Date: Fri, 21 Aug 2015 23:10:43 +0200

    Hi Marta,

    Here are the pictures of my cat, Plushy. She's so cute!!!

    Attachments:
    [1] Plushy1.jpg (image/jpeg)
    [2] Plushy2.jpg (image/jpeg)
    [3] Plushy3.jpg (image/jpeg)


Mailcat is written in Python and licensed under GNU GPL version 3 or any later version.
It uses html2text_ and termcolor_.

.. _html2text: https://github.com/Alir3z4/html2text/
.. _termcolor: https://pypi.python.org/pypi/termcolor

The source code is available from the `Git repository at Bitbucket`_.

.. _Git repository at Bitbucket: https://bitbucket.org/ero-sennin/mailcat
