odoo/addons/mail/wizard
Olivier Dony 86a7978d2d [FIX] mail*: properly handle b64-encoding for attachments
When reading the datas property of an attachment,
a base64-encoded stream is expected.
The mail.message.schedule_with_attach() method OTOH
expects a binary file for attachments, so it should
be decoded if extracted from a binary field.

bzr revid: odo@openerp.com-20120308155650-blnwf7x2bkmsfue2
2012-03-08 16:56:50 +01:00
..
__init__.py [IMP] mail: another pass of cleanup/refactoring of mail features - finish renaming 2011-07-22 18:34:57 +02:00
mail_compose_message.py [FIX] mail*: properly handle b64-encoding for attachments 2012-03-08 16:56:50 +01:00
mail_compose_message_view.xml [IMP] mail: more robust model/record passing 2011-09-09 17:55:17 +02:00