seitime-frappe/frappe/email
Gavin D'souza 48243346e3 fix(get_contact_list): Don't pass conditions as query value
* Conditions passed are not valid prepared statement values. They
can be passed as string substitution since they're generated by DBQuery.
* Added typing hints & other improvements
* Removed seemingly pointless try-except block
2022-06-20 13:10:03 +05:30
..
doctype test: Get rid of magical forgiving behaviour of pymysql 2022-06-16 16:21:32 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py fix(get_contact_list): Don't pass conditions as query value 2022-06-20 13:10:03 +05:30
email_body.py perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
inbox.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
queue.py feat: log settings with "interface" 2022-06-15 12:30:38 +05:30
receive.py perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
smtp.py fix(email): Maintain multi-tenancy translation sanity in error messages 2022-06-07 13:22:45 +05:30
test_email_body.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_smtp.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30