seitime-frappe/frappe/email
Aarol D'Souza 9eef4f6dae
fix: force type check in whitelisted methods (#37044)
* fix(contact): force type check in contact whitelisted methods

* fix(google_indexing): force type check in google_indexing whitelisted methods

* fix(assignment_rule): add type checks to assignment_rule whitelisted methods

* refactor: remove unused args

* fix(queue): add type hints to whitelisted methods in queue.py

* fix(auto_email_report): add type hints to whitelisted methods

* fix(dashboard): add type hints to whitelisted methods

* fix(sidebar_item_group): add type hints to whitelisted methods

* fix(weasyprint): add type hints to whitelisted methods

* fix(backups): add type hints to whitelisted methods

* fix(document_naming_settings): add type hints to whitelisted methods

* fix(get_latest_submissions): add type hints to whitelisted methods

* fix(custom_field): add type hints to whitelisted methods

* fix(customize_form): add type hints to whitelisted methods

* fix(personal_data_deletion_request): add type hints to whitelisted functions

* fix(__init__): add type hints to whitelisted methods

* fix(prepared_report): add type hints to whitelisted methods

* fix(session_default_settings): add type hints to whitelisted methods

* fix(document_follow): add type hints to whitelisted methods

* fix(route_history): add type hints to whitelisted methods

* fix(form_tour): add type hints to whitelisted methods

* fix(dashboard_settings): add type hints to whitelisted methods

* fix(address): add type hints to whitelisted methods

* fix(contact): add type hints to whitelisted methods

* fix(discussion_reply): add type hints to whitelisted methods

* fix(auto_repeat): add type hints to whitelisted methods

* fix: add the missing type hints and misc. corrections

* fix(email): add type hints to whitelisted methods

* fix(permitted_documents_for_users): add type hints to whitelisted methods

* fix: correct the type hints

* fix: int PK types

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-17 15:16:30 +00:00
..
assets/images docs: email architecture (#22189) 2023-08-26 11:22:46 +05:30
doctype fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
email.md docs: email architecture (#22189) 2023-08-26 11:22:46 +05:30
email_body.py feat(Email Account): make X-Original-From header configurable (#36686) 2026-02-09 10:46:10 +05:30
frappemail.py fix (FrappeMail): use custom raise_for_status (#35171) 2025-12-11 06:33:38 +00:00
inbox.py perf: Use lazy doc in a lot more places 2025-06-11 09:55:45 +05:30
oauth.py fix: replace bare raise statement with AuthenticationError in oauth.py (#36729) 2026-02-06 12:09:51 +05:30
queue.py fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
receive.py fix: properly decode encoded Subject header (#37016) 2026-02-16 20:42:52 +05:30
smtp.py fix(ux): show email account name in error title if available (#35088) 2025-12-05 13:13:50 +00:00
test_email_attachments.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
test_email_body.py fix: modify email header test and email header html to support indicators 2026-02-05 19:12:25 +05:30
test_smtp.py fix(postgres): misc query building fixes + CI (#34831) 2025-12-05 10:30:49 +05:30
utils.py feat: generic OAuth for email 2022-07-13 12:05:46 +05:30