seitime-frappe/frappe/email
Manuel 8a8e898ccb
fix: Copy incoming_port from Email Domain to Email Account (#11558)
When changing an Email Domain, the configuration fields are copied
to all Email Accounts using this domain. This happens in the method
`on_update`

- Include `incoming_port` when copying fields
- Add test case for `on_update`

Co-authored-by: mtraeber <mtraeber@linux-ag.com>
2020-10-18 11:55:54 +05:30
..
doctype fix: Copy incoming_port from Email Domain to Email Account (#11558) 2020-10-18 11:55:54 +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