Metadata-Version: 1.1
Name: mailcat
Version: 0.1
Summary: Console viewer for MIME mail files
Home-page: https://python.org/pypi/mailcat
Author: Andrey Golovizin
Author-email: ag@sologoc.com
License: GPL-3+
Description: 
        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
        
Platform: platform-independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
