odoo/openerp
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
..
addons [FIX] ir.mail.server: improve support for user names with emails 2013-09-18 16:38:07 +02:00
cli [IMP] clean permissions and shebang in files 2013-05-14 12:33:33 +02:00
conf cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database, multiprocess/multiserver ready. 2012-12-09 18:04:47 +01:00
modules [FIX] modules.loading: extra loop when installing/upgrading modules to help solve missing deps 2013-09-09 11:50:04 +02:00
osv [FIX] ir.ui.view: properly validate newly created inheriting views 2013-09-12 16:10:18 +02:00
report [FIX] encoded some stirng with utf-8 which could not be converted into ascii 2013-07-18 15:19:43 +05:30
service [IMP] WorkerCron: make the cron workers not all starting at the first database. Better repartition of work 2013-07-24 10:34:54 +02:00
tests [FIX] browse records do not prefetch fields with groups 2013-08-19 19:49:30 +02:00
tools [FIX] Keep backwards compatibility with Babel 0.9.6 2013-09-18 09:45:05 +02:00
workflow [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [FIX] timezone: under windows os.environ["TZ"] was not affecting the server, 2013-03-07 13:16:37 +01:00
exceptions.py [FIX] xmlrpc: handle old/new exceptions with old/new clients. 2011-09-30 10:50:12 +02:00
import_xml.rng [IMP] rng: forbid redundant @type for menuitem, now inferred from the action type + minor cleanup 2012-08-22 16:49:46 +02:00
loglevels.py [FIX] incorrect docstrings or docstring param names not matching actual param names 2012-12-14 14:07:58 +01:00
netsvc.py [IMP] clean permissions and shebang in files 2013-05-14 12:33:33 +02:00
pooler.py [IMP] cron: remove useless pooljobs and schedule_cron_jobs methods 2012-12-21 14:37:51 +01:00
release.py [FIX] we are not in alpha anymore 2013-01-03 18:08:09 +01:00
sql_db.py [FIX] *: fix/rationalize db logging to avoid incorrect values during logging 2013-03-01 13:07:44 +01:00