Metadata-Version: 1.1
Name: collective.local.sentmail
Version: 1.0
Summary: Keep history of emails sent by collective.local.sendto
Home-page: http://pypi.python.org/pypi/collective.local.sentmail
Author: Cédric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL
Description: ==========================
        collective.local.sentmail
        ==========================
        
        .. image:: https://secure.travis-ci.org/collective/collective.local.sentmail.png
            :target: http://travis-ci.org/collective/collective.local.sentmail
        
        INTRODUCTION
        ------------
        
        This module creates a "Sent mails" folder in your portal root. Each time a IMailSentEvent is launched, it creates a SentMail item in this folder with the event's attributes (subject, body and recipients).
        
        Sent mails are visible only by their owner (the mail's sender) and editable by nobody.
        
        A IMailSentEvent implementation example can be found in collective.local.sendto package.
        
        CREDITS
        -------
        
        Authors :
         * Cédric Messiant (cedric.messiant@gmail.com)
         * Vincent Fretin (vincent.fretin@gmail.com)
        
        COMPATIBILITY
        -------------
        
        Plone 4.3
        
        Contributors
        ============
        
        - Cédric Messiant, cedricmessiant@ecreall.com
        Changelog
        =========
        
        
        1.0 (2013-09-25)
        ----------------
        
        - Initial release.
          [cedricmessiant]
        
        
        
Keywords: email,sendto,dexterity
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
