Browse Source

upload mail_fix_header_from

pull/1/head
Ivan Yelizariev 10 years ago
commit
20270554bb
  1. 4
      __init__.py
  2. 14
      __openerp__.py

4
__init__.py

@ -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*<([^ ,<@]+@[^> ,]+)>')

14
__openerp__.py

@ -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
}
Loading…
Cancel
Save