Package to read emails and send them to DMS
Project description
This package ensures the import of incoming emails into DMS.
Features
fetch waiting emails from IMAP mailbox
parse emails (headers, attachments, …)
generate a PDF email preview
send informations to DMS webservice
mark emails as imported
Usage
To process emails, you can execute
bin/process_mails config.ini
See config.ini file for various parameters.
Release
On each commit on this repo, Jenkins will create a new Docker image, push it on imio staging registry and restart staging instance. On each release (new tag with zest.releaser) Jenkins copy latest staging image and push it on prod registry
Errors
In case the importation process fails, the corresponding emails are marked as errors and are not taken into account anymore. An email notification is sent with the problematic email attached. To process them again, you can execute
bin/process_mails config.ini --requeue_errors
Requirements
package wkhtmltopdf
Contribute
Issue Tracker: https://github.com/collective/imio.email.dms/issues
Source Code: https://github.com/collective/imio.email.dms
License
The project is licensed under the GPLv2.
Contributors
Laurent Lasudry, info@affinitic.be
Nicolas Demonté, info@affinitic.be
Changelog
0.1 (2021-05-12)
Initial release. [laulaz, sgeulette]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.