Metadata-Version: 1.0
Name: repoze.mailin.monitor
Version: 0.2-dev
Summary: WSGI Application for monitoring repoze.mailin
Home-page: http://www.repoze.org
Author: Repoze Developers
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: repoze.mailin.monitor README
        ============================
        
        This package provides a WSGI user interface that can be used to view data
        about a mailin store using repoze.mailin.  Currently only data about the
        quarantined messages is available and is intended help detect and troubleshoot
        problems with mailin.
        
        repoze.mailin.monitor is implemented as a very simple repoze.bfg application
        and as such should be pretty extensible.  This will need to be extended in
        order to have much of a security story.
        
        TODO
        ----
        
         - Is it possible/desirable to come up with some default security policies such
           that this could be useful and secure out of the box?
        
         - More docs!
        
        
        repoze.mailin.monitor Changelog
        ===============================
        
        Unreleased
        ----------
        
        - Moved to GitHub.
        
        0.1 (2009-07-13)
        ----------------
        
        - Initial release
        
Keywords: e-mail zope repoze
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
