@ -0,0 +1,4 @@
import re
from openerp.addons.base.ir import ir_mail_server
ir_mail_server.name_with_email_pattern = re.compile(r'([^<@>]+)\s*<([^ ,<@]+@[^> ,]+)>')
@ -0,0 +1,14 @@
{
"name" : "Fix non-ascii header 'from'",
"version" : "0.3",
"author" : "Ivan Yelizariev",
"category" : "Mail",
"website" : "https://it-projects.info",
"description": """
""",
"depends" : ["base"],
#"init_xml" : [],
#"update_xml" : [],
#"active": True,
"installable": True
}