social/mail_tracking/models
Jairo Llopis 87de5ddb38
[FIX] mail_tracking: process sent events
Up until now, the `sent` event type was never processed, probably because it "made no sense", as an unsent email would never trigger an event.

However, it makes sense to process it because you may have a local relay that transmits mails over to the mail provider. In those circumstances, you should have 2 "sent" events (one from the relay and another one from the provider).

Also marked some useless parts of code for removal.

@Tecnativa TT32365
2021-10-15 11:58:00 +01:00
..
__init__.py [IMP] mail_tracking: Ignore catchall 2020-04-22 16:26:08 +02:00
ir_config_parameter.py [IMP] mail_tracking: Ignore catchall 2020-04-22 16:26:08 +02:00
ir_mail_server.py [FIX] re.search will return None when nothing found. So we have to check for this 2020-10-23 14:16:12 +02:00
mail_alias.py [IMP] mail_tracking: Ignore catchall 2020-04-22 16:26:08 +02:00
mail_bounced_mixin.py fixup! [IMP] mail_tracking: Failed Messages to 12.0 2019-11-07 12:53:57 +01:00
mail_mail.py fixup! [IMP] mail_tracking: Failed Messages to 12.0 2019-10-29 13:01:21 +01:00
mail_message.py [IMP] mail_tracking: Discuss failed messages: Button and domain 2020-12-03 21:17:48 +01:00
mail_resend_message.py [FIX] mail_tracking 2021-02-03 20:41:40 +01:00
mail_thread.py [IMP] mail_tracking: Use 'self' directly 2020-03-25 15:40:25 +01:00
mail_tracking_email.py [FIX] mail_tracking: process sent events 2021-10-15 11:58:00 +01:00
mail_tracking_event.py [FIX] mail_tracking: process sent events 2021-10-15 11:58:00 +01:00
res_partner.py [MIG] mail_tracking: Migration to 12.0 2019-01-07 02:40:06 -05:00