Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email oauth 2 #471

Open
wants to merge 20 commits into
base: diamoerp-develop
Choose a base branch
from
Open

Email oauth 2 #471

wants to merge 20 commits into from

Conversation

fproldan
Copy link
Owner

No description provided.

gavindsouza and others added 20 commits October 21, 2024 15:09
If reference_doctype and reference_name is getting None then Communication will not link with append_to DocType.
…imap is turned off (frappe#17344)

This can happen if email domain is updated - which forcibly updates settings
of all email accounts associated with that email domain
(cherry picked from commit b4b6b66)

Co-authored-by: Ritwik Puri <[email protected]>
This is happening because we enqueue the sendmail task before the
current transaction is commited. enqueued task is looking for a document
that is not yet commited and thus failing to send mails.
(cherry picked from commit 69c87e5)
(cherry picked from commit a80cf47)

# Conflicts:
#	frappe/core/doctype/communication/email.py
(cherry picked from commit cb97b49)
…ing users) (fix in version-12 but not in version-13) (frappe#17293)

fix: issue frappe#17052 fix in version-12 but not in version-13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.