seitime-frappe/frappe/email
Suraj Shetty 3c3516a652 fix(email): Do not encode smtp_server value (#9137)
* fix: Do not encode smtp server

Because it breaks in python 3

* fix: use cstr to change text_type to str

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
2019-12-28 11:21:08 +05:30
..
doctype fix(email): Do not encode smtp_server value (#9137) 2019-12-28 11:21:08 +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: rfc5322 compliance for python3 (#8912) 2019-12-17 14:01:52 +05:30
receive.py fix(email): try to encode email part to utf-8 (#8965) 2019-12-09 19:25:43 +05:30
smtp.py fix(email): Do not encode smtp_server value (#9137) 2019-12-28 11:21:08 +05:30
test_email_body.py fix: rfc5322 compliance for python3 (#8912) 2019-12-17 14:01:52 +05:30
utils.py feat: allow custom imap port (#8305) 2019-09-25 23:04:05 +00:00