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

fix: append causing drafts/other mail to not render in mail clients (closes #566, closes #537) #567

Closed
wants to merge 1 commit into from

Conversation

titanism
Copy link
Contributor

This fixes #566 and #537.

@titanism
Copy link
Contributor Author

Actually this doesn't seem to be the issue. I think it's because we aren't using session.writeStream with "EXISTS". Not sure yet.

@titanism titanism closed this Nov 28, 2023
@titanism
Copy link
Contributor Author

Bug was on my side:

⬤  debug     command response {
  response: {
    uidValidity: 1701141758,
    uid: 5,
    id: new ObjectId("656567262452fd31688066b9"),
    mailbox: undefined,
    mailboxPath: 'Drafts',
    size: 725,
    status: 'new'
  },
  level: 'debug'
}

you can see undefined above causing the issue.

@titanism titanism deleted the patch-5 branch November 28, 2023 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Messages being saved to drafts folder do not get rendered in mail clients due to ignored message
1 participant