odoo/addons/mass_mailing/models
Thibault Delavallée cbdf7830b1 [FIX] mass_mailing: fixes:
- fixed keeping the original message for routing, only when choosing to reply in the
original thread (notification=True)
- auto delete sent emails explicitely
- mail_thread: routing: fixed replies always choosen even when replying to emails
with a specified reply_to (using ref_match in the algorithm)
- mail_thread: routing: instead of exclusive routing heuristics, use each case
as a fallback of the previous.
2014-06-02 13:52:27 +02:00
..
__init__.py [REM] mass_mailing: removed report, a graph view on statistics will be sufficient 2014-04-15 11:58:17 +02:00
mail_mail.py [FIX] mass_mailing: fixed issue when generating unsubscirbe urlé 2014-04-15 18:07:43 +02:00
mail_thread.py [MERGE] Sync with trunk 2014-04-16 10:29:25 +02:00
mass_mailing.py [FIX] mass_mailing: fixes: 2014-06-02 13:52:27 +02:00
mass_mailing_stats.py [TYPO] mass_mailing: rename wrongly named function field (dayly -> daily). 2014-04-29 18:54:30 +02:00
res_config.py