Commit Graph

19 Commits (1c696352d5346c535465b3e1066949337d7e8e16)

Author SHA1 Message Date
Alexandre Díaz 096175532b [IMP] mail_tracking: Buttons, discuss, empty mails 2019-11-07 02:45:21 +01:00
david e419a90352 [FIX] avoid bounce on 'error' event
Catching this event as a bounce leads quite often to false bounces, like
in the cases the error is due to our own instance SMTP errors. Errors
like a too large message should no bounce a thread's recipients as the
problem isn't in the recipients side but ours.

We leave anyway some true positives aside (like in the case of malformed
email addresses). We should be able to detect and fix those anyway.
2019-11-05 10:18:51 +01:00
Alexandre Díaz 75b966269b [IMP] mail_tracking: Failed Messages (Discuss & View) 2019-10-13 21:55:27 +02:00
Alexandre Díaz 5ab3ecba7f [IMP] mail_tracking: Convert 'partner_trackings' to dict 2019-08-22 08:13:32 +00:00
Alexandre Díaz 5200bfa592 [IMP] mail_tracking: Refactor how Cc is printed 2019-08-22 08:13:32 +00:00
Pedro M. Baeza 8b3a4a4c87 [FIX] mail_tracking: Adapt tests to change 2019-07-24 12:47:46 +02:00
Alexandre Díaz 30420eee5f [IMP] mail_tracking: Adapt test to set (not order preserved) 2019-07-23 11:20:23 +00:00
Alexandre Díaz 029c8daf9c [FIX] mail_tracking: Repeated suggested cc emails 2019-07-22 18:15:12 +02:00
Alexandre Díaz 8b89ab39be [IMP] mail_tracking: Cc 2019-07-11 15:55:37 +00:00
David ea04357131 [FIX] mail_tracking: wrong bounced partner
- Partner get bounced when his associated email is in a hard bounced
tracking. It didn't matter if the hard bounce event was solved in that
recipient later and leaded to an increasing number of false positives.
- We also use the email_bounced_set() method to get the whole bounce
info in case positive.
2018-12-11 11:27:07 +01:00
David Vidal 361db61677 [IMP] mail_tracking: email score performance (#299) 2018-09-06 11:24:20 +02:00
David bae9999b19 [MIG] mail_tracking: Migration to 11.0 2018-05-07 10:22:39 +01:00
David Vidal 88573ca875 [IMP] Shut mock exceptions up 2018-05-07 10:22:39 +01:00
Antonio Espinosa 83242949d7 Add access to portal/public user to his own email trackings 2018-05-07 10:22:39 +01:00
Antonio Espinosa dedd39493a [IMP] mail_tracking performance and bounce process (#103) 2018-05-07 10:22:39 +01:00
Damien Bouvy 2cb4a5b628 [MIG] mail_tracking: Migrated to 10.0 2018-05-07 10:22:39 +01:00
Antonio Espinosa 2a16997c1c [MIG] mail_tracking
* Improve tests
* Show trackings even if partner removed
* Disable CSRF protection to webhooks controllers
2018-05-07 10:22:39 +01:00
Antonio Espinosa 2ce03efc7f [8.0][IMP][mail_tracking] Speed installation time and discard concurrent events (#82)
[IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
2018-05-07 10:22:39 +01:00
Antonio Espinosa 9443c971af [8.0][ADD] mail_tracking addon (#67)
* [ADD] mail_tracking addon

* Add description icon

* Fixes remarked

* Fix Travis error

* Remarks fixed
2018-05-07 10:22:39 +01:00