Metadata-Version: 1.0
Name: collective.groupspace.mail
Version: 1.0
Summary: Mail service for the GroupSpace content type
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 (2009-10-28)
        ================
        
        - Initial release.
        
        
Keywords: groupspace,roles,pas,borg.localrole,grufspaces
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
