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

ActiveSync: Save sent copy in specific folder #431

Open
benbucksch opened this issue Feb 3, 2025 · 0 comments
Open

ActiveSync: Save sent copy in specific folder #431

benbucksch opened this issue Feb 3, 2025 · 0 comments

Comments

@benbucksch
Copy link
Collaborator

Reproduction

  • Use an ActiveSync email account
  • Reply to a message in a normal folder (not Inbox or any other special folder)
  • Send it

Actual result

  • Message is saved in the Sent folder

Expected

  • Message is saved in the folder where the replied-to message is

Code

  • MailAccount.send() should send the message and save it in the folder email.folder, if set, otherwise in the Sent folder.

Implementation

  • Wait until msg is saved in server Sent folder (save it after listing folders initially)
  • List/update sent folder
  • Find the sent msg
  • Move the message to our defined folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant