Metadata-Version: 1.1
Name: PyMail
Version: 0.1.1
Summary: An SMTP daemon
Home-page: https://pypi.python.org/pypi/PyMail
Author: Johnny Wezel
Author-email: dev-jay@wezel.name
License: GPL
Description: PyMail
        ======
        
        PyMail is a simple SMTP server capable of handling the most usual scenarios in local domains.
        
        Installation
        ============
        
        From pip
        --------
        
        >>> pip install PyMail
        
        Configuration
        =============
        
        tbd
        
        Development
        ===========
        
        tbd
Keywords: mail smtp esmtp
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Topic :: Communications :: Email :: Post-Office :: IMAP
