JMAP submitted mail discarded as duplicate when sent to self #2978
Locked
tamisoft
started this conversation in
Community Discussions
Replies: 1 comment 3 replies
|
A solution has been created in jmap webmail : root-fr/jmap-webmail#60 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
I have sent an email to myself using Email/set and EmailSubmission/set calls over jmap but the mail never arrived. My assumption is that the server generated the message ID on JMAP call, and for the smtp submission it didn't change it. So the sent folder stored mail has the same message id as the one coming from the submission path.
Expected Behavior
mail should arrive, the sent items message id should be different from the sent one.
Actual Behavior
"Skipping duplicate message" due to matching messageids
Reproduction Steps
Relevant Log Output
Stalwart Version
v0.15.x
Installation Method
Binary (Linux)
Database Backend
RocksDB
Blob Storage
RocksDB
Search Engine
Internal
Directory Backend
Internal
Additional Context
No response
I acknowledge that:
traceand included relevant log output if applicable.All reactions