odoo/addons/mail
Olivier Dony a841f06677 [FIX] mail.thread.route: safer parsing of envelope headers, courtesy of Jordi Llonch
The Delivered-To cannot be considered
exclusively authoritative, as it is
commonly overwritten due to virtual
routes during mail delivery.
Its primary purpose is to avoid mail
loops, so it cannot be fully trusted 
here.

lp bug: https://launchpad.net/bugs/1085488 fixed

bzr revid: odo@openerp.com-20121218122935-vbcld3vrl260z96m
2012-12-18 13:29:35 +01:00
..
controllers [IMP] web: move controler download_attachment into mail. 2012-12-11 15:53:43 +01:00
data [IMP]Improve code for message[mail] 2012-11-29 11:54:15 +05:30
doc [IMP] mail: add an option 'readonly' for the client action and activate readonly mode (hide the action buttons) 2012-12-17 09:41:16 +01:00
i18n Launchpad automatic translations update. 2012-12-18 05:08:32 +00:00
report [MERGE] trunk 2012-06-22 10:05:04 +02:00
security [IMP] mail: updated lambda user, now having less permissive access rights on mail_mail. 2012-12-12 12:49:05 +01:00
static [IMP] mail: add the readonly option on the field for the different views 2012-12-17 10:35:01 +01:00
tests [MERGE] From trunk 2012-12-17 15:43:06 +01:00
wizard [MERGE] From trunk 2012-12-17 15:43:06 +01:00
__init__.py [MERGE] Sync with trunk. Cleaned a bit things lastly added in trunk/mail/tests. 2012-12-11 17:14:58 +01:00
__openerp__.py [IMP] mail module should not be auto_install 2012-12-17 12:50:48 +01:00
mail_alias.py [MERGE] removed a few warnings. 2012-09-14 15:30:45 +02:00
mail_alias_view.xml [MERGE] Next batch of improvements/fixes for mail.alias 2012-08-14 14:30:50 +02:00
mail_followers.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_followers_view.xml [FIX] mail: the 'type' field is deprecated in the 'ir.ui.view' model 2012-10-10 14:36:51 +05:30
mail_group.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_group_menu.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_group_view.xml [MERGE] trunk-improve_portal-vta. 2012-11-29 10:08:01 +01:00
mail_mail.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_mail_view.xml [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
mail_message.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_message_subtype.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
mail_message_subtype.xml [MERGE] chm - improved subtype - fixes 2012-10-02 22:40:23 +02:00
mail_message_view.xml [IMP] mail: separator for search filter 2012-11-07 11:56:24 +01:00
mail_thread.py [FIX] mail.thread.route: safer parsing of envelope headers, courtesy of Jordi Llonch 2012-12-18 13:29:35 +01:00
mail_thread_view.xml [IMP] mail_message: notification_ids as _auto_join; mail_thread: mail_message as _auto_join. Updated search domain of function fields accordingly. 2012-12-04 15:56:45 +01:00
mail_vote.py [FIX] [CLEAN] mail: fixed some access rules issues; removed now unused files. 2012-12-11 15:33:01 +01:00
res_config.py [FIX] mail: default alias_domain should be web.base.url 2012-10-08 14:03:51 +02:00
res_config_view.xml [FIX] auth_config 2012-08-17 00:55:37 +02:00
res_partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_partner_view.xml [IMP] mail: improved display of openchatter in form views 2012-10-26 11:58:21 +02:00
res_users.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
res_users_view.xml [RENAME] mail: res.partner: renamed notification_email_pref into notification_email_send, because this pref suffix is very ugly. 2012-08-29 13:44:24 +02:00
update.py [IMP] use the openerp namespace. 2012-12-06 16:13:16 +01:00