seitime-frappe/frappe/email
2020-10-04 22:00:13 +05:30
..
doctype fix(notification): Set integer value if fieldtype is one of numeric_fieldtypes 2020-10-04 22:00:13 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py fix: Validate and sanitise whitelisted search methods using decorator (#11197) 2020-08-05 19:42:19 +05:30
email_body.py fix: replace cr and lf characters with empty string in case of exception 2020-09-11 09:38:24 +00:00
inbox.py chore: simplify setting email status as open or closed 2020-04-19 13:48:07 +05:30
queue.py fix: handle encoding exceptions while appending email to sent email folder 2020-08-06 19:09:35 +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 chore(revert): show traceback on smtp error 2020-08-14 18:47:10 +05:30
test_email_body.py chore: replace rfc-compatible newline with \n 2020-07-18 19:08:29 +05:30
utils.py feat: allow custom imap port (#8305) 2019-09-25 23:04:05 +00:00