seitime-frappe/frappe/email
Suraj Shetty 02b661bbb9 fix: Remove mandatory and save URL params to localstorage
- Saving URL params to localstorage to avoid re-entering the data.
Usually only 1 or 2 param(s) change is required to generate new link
2023-03-21 11:31:05 +05:30
..
doctype fix: Remove mandatory and save URL params to localstorage 2023-03-21 11:31:05 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-07-05 14:55:02 +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 fix: email linking and message_id indexing (#20356) 2023-03-16 14:01:25 +05:30
smtp.py fix: make connected app work with email account 2022-12-28 14:58:19 +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