Send and receive emails in Frappe using Microsoft 365 Graph API instead of SMTP/IMAP.
- Send/Receive via Graph API
- Email Threading - Replies from Frappe appear in the same thread in Outlook
bench get-app https://github.com/UmakanthKaspa/frappe_mail_365
bench --site your-site install-app frappe_mail_365Add these Microsoft Graph permissions (Delegated):
Mail.ReadMail.SendMail.ReadWriteoffline_access
https://graph.microsoft.com/Mail.Read
https://graph.microsoft.com/Mail.ReadWrite
offline_access
Enable "Use Microsoft 365 Graph API" checkbox.
MIT