Metadata-Version: 1.1
Name: collective.mailbox
Version: 1.1
Summary: A MailHost that stores outgoing mail.
Home-page: https://github.com/collective/collective.mailbox
Author: Lennart Regebro
Author-email: regebro@gmail.com
License: CC-0
Description: .. contents::
        
        Introduction
        ============
        
        This is a MailHost that stores all mail, if it is from or to a registered user.
        It's very primitive now, I expect it to to grow fratures like purging etc in
        the future, but at the moment there is none.
        
        After installing it through the Plone Control Panel Addons as usual, all sent
        emails that are sent to or from a registered user will be stored. Each user
        can se his in and out-box at the http://plonesite/@@my_mailbox URL.
        
        Contributors
        ============
        
        - Lennart Regebro, regebro@gmail.com
        
        Changelog
        =========
        
        1.1 (2013-05-07)
        ----------------
        
        - Changed the logic in what got stored.
        
        
        1.0.1 (2013-04-26)
        ------------------
        
        - Bugfix in the install of the MailBox action.
        
        
        1.0 (2013-04-26)
        ----------------
        
        - Initial release.
        
Keywords: mail plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Plone :: 4.2
