Metadata-Version: 1.0
Name: zw.mail.incoming
Version: 0.1.2.2
Summary: Zope processing incoming mail
Home-page: https://launchpad.net/zw.mail.incoming
Author: Gregor Giesen
Author-email: giesen@zaehlwerk.net
License: GPLv3
Description: ======================================
        Zaehlwerk's Incoming mail processing
        ======================================
        
        This small module enables a Zope process to react on incoming mails,
        reading a Maildir or (in the future) an imap folder.
        
        
        zw.mail.incoming can be seen as the counterpart to zope.sendmail
        but for processing incoming emails.
        
        
        
        ..
        Local Variables:
        mode: doctest
        indent-tabs-mode: nil
        sentence-end-double-space: t
        fill-column: 70
        End:
        
        
        .. -*- mode: rst; coding: utf-8; -*-
        
        =======
        CHANGES
        =======
        
        Version 0.1.2.2 (2009-01-18)
        ----------------------------
        
        - Message processing is logged
        
        
        Version 0.1.2.1 (2009-01-18)
        ----------------------------
        
        - Python 2.4 compability bug
        
        
        Version 0.1.2 (2009-01-17)
        --------------------------
        
        - 'dropmail' script allows to read a message from stdin and
        to write to a Maildir.
        
        
        Version 0.1.1 (2009-01-10)
        --------------------------
        
        - NewEmailFailureEvent has now a delivery_report field
        
        
        Version 0.1 (2009-01-08)
        ------------------------
        
        - Initial release
        
        
Keywords: zope3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
