Metadata-Version: 1.0
Name: ftw.notification.email
Version: 2.0.4
Summary: Send edit-notifications by email.
Home-page: https://github.com/4teamwork/ftw.notification.email
Author: Jonas Baumann
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: ftw.notification.email
        ======================
        
        This package is an extension for ``ftw.notification.base`` providing
        email notification after editing a content.
        
        See ``ftw.notification.base``_ for further details.
        
        
        Usage
        =====
        
        - Add ``ftw.notification.email`` to your buildout configuration:
        
        ::
        
        [instance]
        eggs +=
        ftw.notification.email
        
        - Install the generic setup profile of the package
        
        
        Links
        =====
        
        - Main github project repository: https://github.com/4teamwork/ftw.notification.email
        - Issue tracker: https://github.com/4teamwork/ftw.notification.email/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.notification.email
        - Continuous integration: https://jenkins.4teamwork.ch/search/?q=ftw.notification.email
        
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.notification.email`` is licensed under GNU General Public License, version 2.
        
        
        .. _ftw.notification.base: https://github.com/4teamwork/ftw.notification.base
        
        Changelog
        =========
        
        
        2.0.4 (2012-05-24)
        ------------------
        
        - Fix bug which caused notification to be sent to "None" if there is no CC recipient selected.
        [jone]
        
        
        2.0.3 (2012-05-09)
        ------------------
        
        - Fixed upper/lower case in StoneageHTML dependency to make version pin
        work.
        [buchi]
        
        
        2.0.2 (2012-03-26)
        ------------------
        
        - Fixed translations
        [mathias.leimgruber]
        
        
        2.0.1 (2012-03-26)
        ------------------
        
        - Fixed email subject adapter. Raised UnicodeDecodeError
        if Umlauts are used in site.Title() oder object.Title()
        [mathias.leimgruber]
        
        
        2.0 (2012-03-05)
        ----------------
        
        - Add possibility to add attachments to an email.
        [mathias.leimgruber]
        
        - Added translation in mail subject. This package does not work for Plone 3 anymore!
        [Julian Infanger]
        
        - Fixed test setup.
        [timon.tschanz, jone]
        
        
        1.0.5 (2011-09-08)
        ------------------
        
        - Added Test for ftw.notification.email
        [timon.tschanz]
        
        
        1.0.3 (2011-05-31)
        ------------------
        
        - Added SubjectCreator adapter. Added propertiestool.xml modified notifier.py
        [timon.tschanz]
        
        
        1.0.2 (2011-04-19)
        ------------------
        
        - Fix subject encoding.
        [mathias.leimgruber]
        
        
        1.0.1 (2011-01-25)
        ------------------
        
        - Save notification in Journal, using ftw.journal.
        [mathias.leimgruber]
        
        
        1.0 (2010-12-22)
        ----------------
        
        - Fix translations
        [mathias.leimgruber]
        
        
        0.6 (2010-11-30)
        ----------------
        
        - Implement CC notification.
        [mathias.leimgruber]
        
        - Update translations.
        [mathias.leimgruber]
        
        
        0.5 (2010-10-26)
        ----------------
        
        - Make subject of the notification email customizable through a property.
        [jone]
        
        - Fix bug when no recipient is selected.
        [vba]
        
Keywords: ftw notification email plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
