Commit Graph

10 Commits (2892cd0748f040cd7b97bc8086a667d714bb876c)

Author SHA1 Message Date
Jairo Llopis 2e2158594c [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
2024-06-11 09:51:53 +02:00
Jasmin Solanki 5e9998e324 [MIG] mail_tracking: Migration to 15.0 2024-06-11 09:51:53 +02:00
Alexandre Díaz c3d54d0784 [MIG] mail_tracking: Migration to 13.0 2024-06-11 09:42:19 +02:00
Alexandre Díaz 3b77c528f9 [IMP] mail_tracking: black, isort 2024-06-11 09:42:19 +02:00
David 0fd3693074 [MIG] mail_tracking: Migration to 11.0 2024-05-30 13:53:46 +02:00
eLBati 3dd37c628d IMP mail_tracking performances
On our server,
queries based on "mail_tracking_event"."tracking_email_id" improved from 501,924 ms to 1,840 ms
queries based on "mail_tracking_email"."mail_message_id" improved from 167,436 ms to 3,223 ms

The last ones are run several times when a thread has many messages
2024-05-30 13:53:46 +02:00
Antonio Espinosa a800927d66 [8.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce (#133) 2024-05-30 13:53:46 +02:00
Antonio Espinosa d607b97fdb [IMP] mail_tracking performance and bounce process (#103) 2024-05-30 13:53:46 +02:00
Damien Bouvy ae82c2790e [MIG] mail_tracking: Migrated to 10.0 2024-05-30 13:53:46 +02:00
Antonio Espinosa dcf1274ca1 [8.0][ADD] mail_tracking addon (#67)
* [ADD] mail_tracking addon

* Add description icon

* Fixes remarked

* Fix Travis error

* Remarks fixed
2024-05-30 13:53:46 +02:00