Metadata-Version: 1.1
Name: maildump
Version: 0.1
Summary: An SMTP server that makes all received mails via a web interface and REST API.
Home-page: https://github.com/ThiefMaster/maildump
Author: Adrian Mönnich
Author-email: adrian@planetcoding.net
License: MIT
Download-URL: https://github.com/ThiefMaster/maildump
Description: MailDump
        ========
        
        MailDump is a python-based clone of the awesome `MailCatcher`_ tool. Its
        purpose is to provide developers a way to let applications send emails
        without actual emails being sent to anyone. Additionally lazy developers
        might prefer this over a real SMTP server simply for the sake of it
        being much easier and faster to set up.
        
        Features
        --------
        
        Since the goal of this project is to have the same features as
        MailCatcher I suggest you to read its readme instead.
        
        Warning
        -------
        
        This is still under heavy development. If you install it don't complain
        if something doesn't work. But please do let me know or send a pull
        request!
        
        Credits
        -------
        
        The layout of the web interface has been taken from MailCatcher. No
        Copy&Paste involved - I rewrote the SASS/Compass stylesheet from
        MailCatcher in SCSS as there is a pure-python implementation of SCSS
        available. If whoever reads this feels like creating a new layout that
        looks as good or even better feel free to send a pull request. I'd
        actually prefer a layout that differs from MailCatcher at least a little
        bit but I'm somewhat bad at creating layouts!
        
        The icon was created by `Tobia Crivellari`_ and can be `downloaded for
        free`_.
        
        License
        -------
        
        Copyright © 2013 Adrian Mönnich (adrian@planetcoding.net). Released
        under the MIT License, see `LICENSE`_ for details.
        
        .. _MailCatcher: https://github.com/sj26/mailcatcher/blob/master/README.md
        .. _Tobia Crivellari: http://dribbble.com/TobiaCrivellari
        .. _downloaded for free: http://dribbble.com/shots/751332-Inbox-Mail-Icon-Free-Icon
        .. _LICENSE: https://github.com/ThiefMaster/maildump/blob/master/LICENSE
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
