social/mail_tracking/models
Jairo Llopis 66fb64d41a
[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-11-23 12:08:20 +00:00
..
__init__.py [IMP] mail_tracking: Ignore catchall 2020-04-23 11:29:33 +02:00
ir_config_parameter.py [IMP] mail_tracking: Ignore catchall 2020-04-23 11:29:33 +02:00
ir_mail_server.py [FIX] mail_tracking: reduce spammy score 2021-07-09 10:41:39 +01:00
mail_alias.py [IMP] mail_tracking: Ignore catchall 2020-04-23 11:29:33 +02:00
mail_bounced_mixin.py [MIG] mail_tracking: Migration to 13.0 2020-02-05 17:32:40 +01:00
mail_mail.py [IMP] mail_tracking: black, isort 2020-02-05 16:34:45 +01:00
mail_message.py [IMP] mail_tracking: Discuss failed messages: Button and domain 2021-02-01 18:44:13 +01:00
mail_resend_message.py [FIX] mail_tracking 2021-01-21 08:53:18 -03:00
mail_thread.py [FIX] mail_tracking: Store cc 2021-03-02 13:01:04 +01:00
mail_tracking_email.py [FIX] mail_tracking: process sent events 2021-11-23 12:08:20 +00:00
mail_tracking_event.py [FIX] mail_tracking: process sent events 2021-11-23 12:08:20 +00:00
res_partner.py [MIG] mail_tracking: Migration to 13.0 2020-02-05 17:32:40 +01:00