Commit Graph

101 Commits

Author SHA1 Message Date
resteve 5412c2cf1e Increase version number 2016-05-03 00:33:51 +02:00
resteve 92da106fa6 Increase version number 2016-05-03 00:11:17 +02:00
resteve e85d0e82d0 Remove template parameter in render_and_send_thread 2016-04-13 13:04:57 +02:00
jmartin 4f19dd0c7d Add python 3 support 2016-03-29 12:00:23 +02:00
jmartin 5bd240b1db Add drone and tox config files 2016-03-29 11:58:43 +02:00
jmartin e8ba0bae79 Update setup.py file 2016-03-29 11:56:55 +02:00
jmartin e474d00db4 Fix missed cursor.commit by transaction.commit 2016-03-11 16:58:09 +01:00
jmartin 35cb3cd250 Follow PEP-0249 for Transaction and backends 2016-03-10 13:34:55 +01:00
resteve 9a2d026203 Change add event to add activity 2015-12-16 17:24:04 +01:00
resteve cbb8c474a2 pyflakes 2015-11-29 22:21:32 +01:00
resteve 7cca1831b9 Tests 2015-11-29 22:21:06 +01:00
resteve 201c1799a7 Increase version number 2015-11-11 00:11:06 +01:00
resteve 2c5eb2368b Increase version number 2015-09-28 23:49:54 +02:00
resteve 4fc52929f7 Improve logging
issue4458
2015-08-12 01:30:27 +02:00
resteve df5952c0d2 Return when Mailbox not configured and not send email 2015-07-13 10:14:54 +02:00
resteve 929faf8cf9 Increase version number 2015-06-29 20:23:48 +02:00
resteve 37e5df1ff2 HTML Template Sytle (css) 2015-06-12 12:04:15 +02:00
Bernat Brunet Torruella f96cb00a72 Use 'quoted-printable' for the mail text instead of base64 2015-05-25 16:27:22 +02:00
resteve 909b065302 DOC 2015-05-25 16:17:04 +02:00
resteve 2ab56902b7 Send email with signature user 2015-03-17 11:48:46 +01:00
resteve 1b5ba6be47 Mailbox from template or mail configuration 2015-03-03 16:43:16 +01:00
resteve d9393c59bd Locales 2015-03-02 23:22:09 +01:00
resteve 91c4f9645c DOC 2015-03-02 23:16:12 +01:00
resteve 2f98c9bf16 DOC 2015-03-02 23:12:19 +01:00
resteve 11a26f1f2d Render emails editable when same languages + render_and_send multi emails 2015-03-02 21:52:18 +01:00
resteve 46a5b3bbd2 Default queue from template and move to advanced tab view options 2015-03-02 16:41:22 +01:00
resteve 6a7600c0fb Render and send thread. Cursor commit and load context 2015-03-02 16:26:46 +01:00
jmartin e74d6a2b62 Locales 2015-02-26 16:47:15 +01:00
jmartin e80e64369f Added queue capability to send electronic mail wizard 2015-02-26 16:42:14 +01:00
jmartin 09f4fb83cd Deleted mailbox and draft_mailbox fieds of electronic.mail.template model 2015-02-24 10:30:16 +01:00
jmartin 59ca6c926f Change send method of electronic.mail.template to electronic.mail and move part of the code of the render_and_send_thread method to the render_and_send method in order to simplify code of this method 2015-02-20 16:35:11 +01:00
resteve 3d5ce86b02 Locales 2015-02-18 15:49:34 +01:00
resteve b59c03a089 Readonly subject, plain and html fields and render by language when send multi records 2015-02-18 15:45:07 +01:00
resteve 239705b8c2 HTML body 2015-02-18 13:46:46 +01:00
resteve e86d9b10a9 Locales 2015-02-18 13:22:10 +01:00
resteve c425325697 Send Email Wizard: available to send email text and/or html 2015-02-18 13:17:51 +01:00
jmartin e7d705b1e6 Refactored code in order to allow inheritance of methods of the wizard 2014-12-18 15:56:01 +01:00
jmartin e3d2c0b112 Change classmethod for instance method 2014-12-18 12:46:55 +01:00
resteve 8609987ecf Send email with reply-to 2014-12-01 18:07:10 +01:00
jmartin cf845ff038 Cleanup tests 2014-11-07 14:23:04 +01:00
resteve 978b7f7ecc Remove duplicated encoder base64 in header when render template 2014-11-05 09:42:12 +01:00
jmartin 2d8679a5e5 Increase version 3.4 2014-11-04 14:11:27 +01:00
Sergi Almacellas Abellana 61dc2c3504 Always remove wizards and keywords when deleting a template 2014-10-29 18:10:41 +01:00
resteve 91fd5678ca Locales 2014-09-04 12:20:52 +02:00
resteve 0fcaa2d2d0 Create Message ID when send email 2014-09-04 11:57:02 +02:00
resteve a9099d75c5 Model field in wizard is not necesary since 3.2 2014-09-04 11:41:03 +02:00
jmartin 4c42d599e1 Check email expressions of wizard before sent them 2014-07-04 12:27:09 +02:00
jmartin b1b7821d05 Changed eval classmethod of electronic.mail.template by instance method 2014-07-04 10:39:03 +02:00
jmartin fe0e2e9440 Use action_id instead of active_id for looking for the wizard to execute 2014-06-02 12:37:58 +02:00
jmartin 8d49c98b0a Fix delete_wizard method in order to effectively delete wizard action and wizard keyword 2014-06-02 11:55:28 +02:00