Commit Graph

19 Commits

Author SHA1 Message Date
Raphael Collet 6b1606f8de [IMP] move crm.wizard.mail_compose_message to module mail, to reduce module dependencies on crm
bzr revid: rco@openerp.com-20120703131453-dz0gpdq3t9155bfw
2012-07-03 15:14:53 +02:00
Jigar Amin - OpenERP d9db3c44df [REN] renamed e-mail, E-mail, E-Mail to email, Email
bzr revid: jam@tinyerp.com-20120625134253-sebauihl53zctcu0
2012-06-25 19:12:53 +05:30
Thibault Delavallée c3ff3c8330 [FIX] mail_compose_message: fixed behavior, now checks if it can use the mail.thread API
bzr revid: tde@openerp.com-20120404085722-5rowaqzj76ta525p
2012-04-04 10:57:22 +02:00
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
Olivier Dony 7f44f6b710 [MERGE] mail: gracefully handle missing user signature
bzr revid: odo@openerp.com-20120222112555-5j7cqaimndmc2lew
2012-02-22 12:25:55 +01:00
Stephane Wirtel 9041add81d [FIX] mail: Use a default value if the signature and the subject are empty
bzr revid: stw@openerp.com-20120222095342-nifzjg0ilgd3ln0p
2012-02-22 10:53:42 +01:00
Raphael Collet 41863070c8 [MERGE] mail: fix res_id link when sending an email template
bzr revid: rco@openerp.com-20120126135547-995815mj21zw1jwn
2012-01-26 14:55:47 +01:00
tfr@openerp.com b83128ac09 [FIX] fix res_id link when sending an email template
bzr revid: tfr@openerp.com-20120120130347-fj4a8v3itlwjf2ai
2012-01-20 14:03:47 +01:00
Vo Minh Thu a3c18f3173 [IMP] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).
bzr revid: vmt@openerp.com-20120118111855-he177la0butae3jr
2012-01-18 12:18:55 +01:00
Vo Minh Thu a0d18681ee [IMP] import: use `openerp.addons.<module>` instead of `<module>` with __import__.
bzr revid: vmt@openerp.com-20120109131205-6j78jiw4gxxod1s4
2012-01-09 14:12:05 +01:00
Raphael Collet ae9c126ab5 [FIX] mail: wrong passing of parameter context
bzr revid: rco@openerp.com-20111201151423-dmh2539fnc31q0zh
2011-12-01 16:14:23 +01:00
Olivier Dony 39c648126e [FIX] mail.compose.message: do not override with undefined defaults
bzr revid: odo@openerp.com-20110925014759-g3ycy8fgmv1zgg9x
2011-09-25 03:47:59 +02:00
Olivier Dony 186a66ba2d [IMP] mail: more robust model/record passing
bzr revid: odo@openerp.com-20110909155517-0jhk34b0ka2azxgs
2011-09-09 17:55:17 +02:00
Olivier Dony 2e91821bbf [IMP] mail.compose.message: simpler quoting layout for replies
bzr revid: odo@openerp.com-20110907160021-qabhrrei2vw3ycdp
2011-09-07 18:00:21 +02:00
Olivier Dony 1db8e54425 [IMP] all: unified context params for mail composition wizard
A single common `mail.compose.message.mode` key is now
used in the context, avoiding name collisions and being
more consistent.

bzr revid: odo@openerp.com-20110906093228-itbilwzpv4wl07j9
2011-09-06 11:32:28 +02:00
Olivier Dony e9d94b824e [IMP]: crm,mail: minor fixes after review
bzr revid: odo@openerp.com-20110906080014-6texz097jepfrwsp
2011-09-06 10:00:14 +02:00
Olivier Dony b0bed63351 [IMP] mail.thread: renaming methods to avoid collisions with objects that use the mixin
bzr revid: odo@openerp.com-20110823175809-hw81fkptg90702vh
2011-08-23 19:58:09 +02:00
Olivier Dony 8f9f45ea94 [IMP] all: next pass of review/renaming for new mail API
bzr revid: odo@openerp.com-20110822171659-zxho36a6n628i10q
2011-08-22 19:16:59 +02:00
Olivier Dony c996efa2fe [IMP] mail: another pass of cleanup/refactoring of mail features - finish renaming
bzr revid: odo@openerp.com-20110722163457-7g9ngdb2p0bixcst
2011-07-22 18:34:57 +02:00