Improve email metadata support

The feature can now work on emails with nested parts.
Also the metadata.yaml attachment no longer needs to be the
first attachment.

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-06-29 02:12:54 -04:00
parent 305f4d1afd
commit 24dcdfd328
4 changed files with 123 additions and 39 deletions

View File

@@ -34,6 +34,9 @@ Changes
trash.
- Remove the INSTALLED_APPS setting. Replace it with
the new COMMON_EXTRA_APPS and COMMON_DISABLED_APPS.
- Improve email metadata support. Can now work on
email with nested parts. Also the metadata.yaml
attachment no longer needs to be the first attachment.
Removals
--------
@@ -53,7 +56,7 @@ Remove deprecated requirements::
Type in the console::
$ pip install mayan-edms==3.2.3
$ pip install mayan-edms==3.2.4
the requirements will also be updated automatically.