seitime-frappe/frappe/email
ci2014 fbee4bc02a fix(email): send notification even if there are no attachments (#9228)
Call communication.notify even if there is no _attachments attribute, otherwise the notification will not be sent with the current hotfix (24f1540)

Duplicate for develop branch of https://github.com/frappe/frappe/pull/9227
2020-01-11 00:20:18 +05:30
..
doctype fix(email): send notification even if there are no attachments (#9228) 2020-01-11 00:20:18 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py fix: added null check for contact attributes (#8050) 2019-07-30 13:14:22 +05:30
email_body.py refactor: change validate_email_add to validate_email_address 2019-03-07 19:06:27 +05:30
inbox.py fix: moved erpnext related methods from frappe to erpnext (#7332) 2019-04-22 15:56:30 +05:30
queue.py fix(email): safe_encode to avoid smtp ascii encoding issue 2020-01-03 14:56:15 +05:30
receive.py fix(email): handle case where cstr returns text_type of str 2019-12-27 16:28:09 +05:30
smtp.py fix: unreferenced variable 2020-01-04 09:26:23 +05:30
test_email_body.py chore: pass email_body test 2020-01-03 23:14:08 +05:30
utils.py feat: allow custom imap port (#8305) 2019-09-25 23:04:05 +00:00