odoo/addons/mail/tests
Thibault Delavallée c64b077362 [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore
- [FIX] bounce regex: too many emails were considered as bounce and therefore
not displayed in the chatter and lost for the communication history. The regex
was not correctly looking for the bounce alias in the email_to.
- [FIX] invite email: replying to the invitation email (invitation as new
follower) now replies to the user sending the invitation.
- [FIX] mass_mailing: added a column to store the id of the original email
in addition to the many2one column. The many2one is set to null when deleting
the original email. As the information is necessary, it is saved on another
field. The many2one is necessary for indexes purpose as the inverse of
a one2many.
2014-08-11 15:39:26 +02:00
..
__init__.py [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
common.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
test_invite.py [IMP] mail_mail, mail_message: various improvements to try to improve message creation time 2013-08-27 15:30:58 +02:00
test_mail_features.py [MERGE] Forward-port saas-5 up to a5f7891 2014-07-23 16:58:00 +02:00
test_mail_gateway.py [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
test_mail_group.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
test_mail_message.py [REF] mail: same_thread field changed into no_auto_thread, its contrary, to avoid migration issues (adding a 'always False' column is easier than an 'always True'). 2014-08-04 14:46:47 +02:00
test_message_read.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00