odoo/addons/mail/tests
Jean-Baptiste Quenot 3d35a5d42b [FIX] mail: Strip In-Reply-To header
For emails sent via Office 365, reply-to header could contains additional spaces
or get multiline header.
e.g.:
In-Reply-To:
	<4ba8f246904b4fedb49fbab7945a7f82@AM3PR06MB433.eurprd06.prod.outl$$k.com>

The message lookup fails if header is not stripped
2015-06-03 19:12:12 +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: Strip In-Reply-To header 2015-06-03 19:12:12 +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