odoo/openerp/addons/base
Olivier Dony 130afb812d [FIX] ir.mail.server: improve support for user names with emails
The previous fix in revision 5072 only allowed user names
that contained the exact same emails, but users will do
the wildest things like having `someone@domain.com` as
name but setting their email to `someone@domain2.com`.

This was blocked by our sanity check looking for a single
email in the From header. As this check is only done
in order to provide a better error message, it should
not impact valid cases.
Modifying the check to pass when at least one email
was found should be enough to catch most invalid cases,
without requiring a more advanced analysis of the
header value (the RFCs allows very strange things!)

bzr revid: odo@openerp.com-20130918143807-wqqpqomyu1ppa2ih
2013-09-18 16:38:07 +02:00
..
data [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
i18n Launchpad automatic translations update. 2013-09-17 05:19:03 +00:00
ir [FIX] ir.mail.server: improve support for user names with emails 2013-09-18 16:38:07 +02:00
module [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos) 2013-06-07 11:02:51 +02:00
report [FIX] rml reports: no hardcoded template pageSize - is set by company header/footer to A4 or US Letter 2012-12-21 16:49:06 +01:00
res [MERGE] res.users: synchronise partner's company with the one of the user 2013-09-09 15:58:35 +02:00
rng [IMP] revert improt add 2012-11-26 08:21:47 +01:00
security [FIX] ir.filters: deduplicate redundant ACL on ir.filters 2013-09-03 19:26:06 +02:00
static/src [FIX] typo in method name in apps.js 2013-04-15 16:47:08 +02:00
test [FIX] base: fix o2m testsuite following change of default currency data, in relation with bug 1111298 2013-06-06 11:04:10 +02:00
tests [FIX] ir.ui.view: properly validate newly created inheriting views 2013-09-12 16:10:18 +02:00
__init__.py Remove OpenERP Enterprise. 2012-08-22 11:58:23 +05:30
__openerp__.py [MERGE] auth password wizard 2012-12-20 18:10:38 +01:00
base.sql [FIX] orm,registry: properly check m2o FKs during model update + fix some models `auto_init`ed multiple times 2012-12-17 22:46:45 +01:00
base_data.xml [FIX] Remove additional company assignments to currencies 2013-05-29 12:35:03 +02:00
base_demo.xml [MERGE] trunk-acl-thu (check read/write access restrictions on fields with a groups attribute) 2012-12-17 11:15:28 +01:00
base_menu.xml [FIX] open menu 2012-09-16 16:47:45 +02:00
currency_data.xml [FIX] Remove additional company assignments to currencies 2013-05-29 12:35:03 +02:00