Metadata-Version: 1.0
Name: collective.groupspace.mail
Version: 1.0.1
Summary: Plone collective.groupspace mail service for contacting other participants
Home-page: http://svn.plone.org/svn/collective/collective.groupspace.mail
Author: Maik Roeder
Author-email: roeder@berg.net
License: GPL
Description: Introduction
        ============
        
        Implements a mail tab for any content type implementing the ILocalGroupSpacePASRoles
        interface, This interface allows managemment of dynamic roles for users and groups
        in a context, and is implemented in collective.groupspace.roles. An example content 
        type providing a mail tab is contained in collective.groupspace.content.
        
        The tab looks like the standard Plone "Send this page to someone" interface, but
        instead of manually filling in an email address, you can choose the recipients of
        the message from a list of participants that have a role in the context of
        your content type.
        
        This package is part of the collective.groupspace suite, whose components should
        be installed as needed:
        
        * collective.groupspace.content
        
        * collective.groupspace.roles
        
        * collective.groupspace.mail
        
        
        
        1.0.1 (2011-07-02)
        ==================
        
        Features
        --------
        
        - Added FR translations. (jstegle)
        
        - spanish translation (enriquepablo)
        
        - get request from event rather than from object
        
        Bug Fixes
        ---------
        
        - Changed roles.py for Plone 4.0 Compatibility (there was an AttributeError on context.request) (jstegle)
        
        - Translation of groupmail portlet title wasn't working correctly. (jstegle)
        
        - ignore `.egg-info` to not make `mr.developer` think of dirty packages too much (witsch)
        
        
        1.0 (2009-10-28)
        ================
        
        - Initial release.
        
        
Keywords: groupspace,roles,pas,borg.localrole,grufspaces
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Software Development :: Libraries :: Python Modules
