Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
This module depends on `mail_environment` in order to add "expiration
dates" per server.
Example of a configuration file (add those values to your server):
[incoming_mail.openerp_imap_mail1]
cleanup_days = False # default value
purge_days = False # default value
cleanup_folder = NotParsed # optional parameter

View File

@@ -0,0 +1,7 @@
- Matthieu Dietrich \<matthieu.dietrich@camptocamp.com\>
- Artem Kostyuk \<a.kostyuk@mobilunity.com\>
- [Trobz](https://trobz.com):
> - Son Ho \<sonhd@trobz.com\>

2
mail_cleanup/readme/CREDITS.md Executable file
View File

@@ -0,0 +1,2 @@
The migration of this module from 12.0 to 14.0 was financially supported
by Camptocamp

View File

@@ -0,0 +1,11 @@
## This module allows to:
- mark e-mails older than x days as read,
- move those messages in a specific folder,
- remove messages older than x days on IMAP servers, just before
fetching them.
Since the main "mail" module does not mark unroutable e-mails as read,
this means that if junk mail arrives in the catch-all address without
any default route, fetching newer e-mails will happen after re-parsing
those unroutable e-mails.