-
Notifications
You must be signed in to change notification settings - Fork 5
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
ActiveSync: Upload draft message #377
Comments
This isn't possible in ActiveSync. |
(Ugh, GitHub's issue closing UI sucks...) |
@NeilRashbrook Is there a way to save Drafts? |
https://msopenspecs.azureedge.net/files/MS-ASCMD/%5bMS-ASCMD%5d.pdf So, drafts should be possible. We need this function at least for drafts. |
Problems:
|
Luckily, we're using IMAP as default protocol for outlook.com . (Second choice is OWA, and only the last choice is ActiveSync.) For those who specifically chose ActiveSync: Too bad for these users. They won't have drafts. What about Office365? Does it support 16.0 or 16.1?
Can you upload the msg in ActiveSync format, based on the values form the (Given that ActiveSync is problematic, please implement in the order: EWS, OWA, ActiveSync.) |
I believe Office 365 does support 16.x. Messages can be uploaded with attachments. Inline images will need an appropriate content ID (and |
Implement function
ActiveSyncFolder.addMessage(message: EMail)
.You can assume that
message.mime
is populated.Use cases:
Move or copy a message between accounts (or protocols)The text was updated successfully, but these errors were encountered: