seitime-frappe/frappe/email
Ankush Menat eeda161e98
fix: handle SMTPRecipientsRefused retries (#20819)
* fix: remove trailing and leading quotes from email

* chore: typo

* fix: dont retry `SMTPRecipientsRefused`

If refused once it's unlikely to work again just by retrying. There's no
mechanism to prevent infinite retry. This will still attempt for
MAX_RETRY_COUNT.

* Revert "fix: remove trailing and leading quotes from email"

This reverts commit 2676ac2c7fe76c34049da05a209554fee6b3d911.

refer https://github.com/frappe/frappe/pull/20819#discussion_r1175166987
2023-04-24 17:34:24 +05:30
..
doctype fix: handle SMTPRecipientsRefused retries (#20819) 2023-04-24 17:34:24 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py fix: suggested email ids in New Email dialog (#20319) 2023-03-28 11:47:56 +05:30
email_body.py fix: set X-Original-From header before replacing sender email/name 2022-07-13 12:05:46 +05:30
inbox.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
oauth.py chore: minor cleanup - removed unnecessary branches and comments 2023-01-15 21:02:21 +05:30
queue.py test: fix test_unsubscribe 2023-02-01 21:37:23 +05:30
receive.py chore: rename message_meta -> uid 2023-04-18 19:36:12 +05:30
smtp.py style: Fix formatting 2023-03-31 14:03:49 +05:30
test_email_body.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_smtp.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
utils.py feat: generic OAuth for email 2022-07-13 12:05:46 +05:30