Metadata-Version: 2.1
Name: imio.zamqp.dms
Version: 0.11
Summary: zamqp consumer for imio.dms.mail
Home-page: https://github.com/imio/imio.zamqp.dms
Author: IMIO
Author-email: devs@imio.be
License: GPL version 2
Download-URL: https://pypi.org/project/imio.zamqp.dms
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        imio.zamqp.dms
        ==============================================================================
        
        Consume some queues to create incoming and ougoing mails
        
        Features
        --------
        
        - Get documents to create incoming mails
        - Get documents to create outgoing mails
        - Get documents to add a signed version in existing outgoing mails
        
        
        Documentation
        -------------
        
        Full documentation in the code ;-)
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install imio.zamqp.dms by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.zamqp.dms
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/IMIO/imio.zamqp.dms/issues
        - Source Code: https://github.com/IMIO/imio.zamqp.dms
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: project@example.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Stephan Geulette, s.geulette@imio.be
        
        
        Changelog
        =========
        
        
        0.11 (2021-08-27)
        -----------------
        
        - Lowercased email to match correctly.
          [sgeulette]
        
        0.10 (2021-06-04)
        -----------------
        
        - Changed email dmsfile title (and id)
          [sgeulette]
        - Store original_sender_email on dmsincoming_email
          [sgeulette]
        - Use right metadata set to create dmsincoming_email
          [sgeulette]
        - Use current_user obj directly to avoid error when username is different from userid
          [sgeulette]
        - Added tests
          [sgeulette]
        
        0.9 (2021-04-21)
        ----------------
        
        - Changed new incoming email state following iemail_manual_forward_transitions option.
          [sgeulette]
        - Changed the way an internal user is searched
          [sgeulette]
        - Added default email mail_type
          [sgeulette]
        - Defined _upload_file_extra_data to replace set_scan_attr when possible
          [sgeulette]
        - Removed Subject value from email metadata
          [sgeulette]
        - Set `_iem_agent` attribute when agent forwarded email and document transitioned
          [sgeulette]
        - Closed a generated document only if not an email or email has been sent
          [sgeulette]
        
        0.8 (2020-10-07)
        ----------------
        
        - Corrected available created transitions in OutgoingGeneratedMail.
          [sgeulette]
        - Replaced service_chief by n_plus_1
          [sgeulette]
        
        0.7 (2019-11-25)
        ----------------
        
        - Managed creating_group and treating_group metadatas.
          [sgeulette]
        - Added consumer for dmsincoming_email type
          [daggelpop,sgeulette]
        
        0.6 (2018-07-24)
        ----------------
        
        - Search differently existing file for OutgoingGeneratedMail.
          [sgeulette]
        
        0.5 (2018-03-29)
        ----------------
        
        - Use scanner role to do 'set_scanned' transition.
          [sgeulette]
        
        0.4 (2018-01-24)
        ----------------
        
        - Changed outgoing date value in OutgoingGeneratedMail consumer.
          [sgeulette]
        
        0.3 (2018-01-24)
        ----------------
        
        - Set datetime value in outgoing date.
          [sgeulette]
        
        0.2 (2018-01-22)
        ----------------
        
        - Replaced file_portal_type by file_portal_types (list).
          [sgeulette]
        - No more use commit function but generic consume
          [sgeulette]
        - Removed useless transition
          [sgeulette]
        
        0.1 (2017-06-01)
        ----------------
        
        - Added OutgoingMailConsumer
          [sgeulette]
        - Added OutgoingGeneratedMailConsumer
          [sgeulette]
        - Replaced and refactored imio.dms.amqp, using imio.zamqp.core as base.
          [sgeulette]
        
Keywords: amqp dms document management system
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Provides-Extra: test
