We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MailAccount.send()
email.folder
email.folder?.specialFolder == SpecialFolder.Sent
The text was updated successfully, but these errors were encountered:
MailAccount.send() should send the message and save it in the folder email.folder, if set, otherwise in the Sent folder.
Did you not read my comment in #413 as to why this doesn't work?
If the protocol does not support it, please note here. In this case: Consider moving the message after sending and saving to Sent folder
Unfortunately ActiveSync won't even tell you the id of the sent item, so there's no way to move it.
Sorry, something went wrong.
Looks like that part of #413 was fixed by 3ac31fb, so I can actually fix this.
NeilRashbrook
Successfully merging a pull request may close this issue.
Reproduction
Actual result
Expected
Code
MailAccount.send()
should send the message and save it in the folderemail.folder
, if set, otherwise in the Sent folder.Caveats
email.folder?.specialFolder == SpecialFolder.Sent
, then ignore it and use the server default.The text was updated successfully, but these errors were encountered: