odoo/addons/mail/tests
Denis Ledoux 245bb4ebdf [FIX] mail: to/from/reply-to addresses formated according to RFC2822
Use formataddr method from email.utils lib, which do the job correctly
2014-08-12 13:40:45 +02:00
..
__init__.py [FIX] Forgotten to uncomment commented tests. 2013-03-20 17:18:30 +01:00
test_invite.py [IMP] mail: updated and improved tests. 2012-12-12 11:42:20 +01:00
test_mail_base.py [REF] mail: refactored tests. mailgateway tests are put into a separate file; message_post tests have been a bit cleaned and improved. Also removed an unnecessary mockup. 2013-03-20 12:41:11 +01:00
test_mail_features.py [FIX] mail: to/from/reply-to addresses formated according to RFC2822 2014-08-12 13:40:45 +02:00
test_mail_gateway.py [FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply-to hostname does not match + fix tests 2014-04-11 16:24:29 +02:00
test_mail_message.py [CLEAN] mail: stop doing ugly things with partner_ids values before passing values to mail_message.create(). 2013-02-21 10:59:06 +01:00
test_message_read.py [MERGE] Various fixes and improvements in mail. 2012-12-21 14:11:08 +01:00