odoo/addons/crm_claim/test
Olivier LAURENT 242e61796b [FIX] mail: missing spaces in email subjects composed of several encoding
sometimes some blank spaces are lost in subject of some incoming messages

There is a bug in `decode_header` in Python < 3.3,
which leads to lost some spaces in the email subjects
when several encodings are used in this subject.

See
- Issue: http://bugs.python.org/issue1079
- Fix: https://hg.python.org/cpython/rev/8c03fe231877

Joining the strings returned in the result of `decode_header`
solves most cases. Only extreme cases, like having
a subject with several different encodings following
each other without white spaces between them could lead
to have extra spaces in the subject. It won't happen
most of the time.

Closes #6629
2015-05-12 17:53:16 +02:00
..
process [FIX] mail: missing spaces in email subjects composed of several encoding 2015-05-12 17:53:16 +02:00
ui [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups. 2012-09-04 11:28:20 +02:00
customer_claim.eml [IMP] crm_helpdesk: clean test case 2011-10-25 14:41:25 +05:30