[FIX] mail: fixed bounce email recognition + invite email headers + mass...
[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.
Showing
- addons/mail/mail_message.py 1 addition, 1 deletionaddons/mail/mail_message.py
- addons/mail/tests/test_mail_gateway.py 4 additions, 2 deletionsaddons/mail/tests/test_mail_gateway.py
- addons/mail/wizard/invite.py 6 additions, 3 deletionsaddons/mail/wizard/invite.py
- addons/mail/wizard/mail_compose_message.py 1 addition, 0 deletionsaddons/mail/wizard/mail_compose_message.py
- addons/mass_mailing/models/mail_mail.py 1 addition, 1 deletionaddons/mass_mailing/models/mail_mail.py
- addons/mass_mailing/models/mail_thread.py 6 additions, 2 deletionsaddons/mass_mailing/models/mail_thread.py
- addons/mass_mailing/models/mass_mailing_stats.py 15 additions, 2 deletionsaddons/mass_mailing/models/mass_mailing_stats.py
- addons/mass_mailing/views/mass_mailing.xml 82 additions, 72 deletionsaddons/mass_mailing/views/mass_mailing.xml
- openerp/tools/mail.py 0 additions, 4 deletionsopenerp/tools/mail.py
Loading
Please register or sign in to comment