You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Ltt.rs developer here. I finally found the time to do some interop testing with my jmap library and I fairly quickly ran into the issue of not being able to retrieve changes properly.
In the following example I've started with an empty Inbox and sent one email to it.
Sorry the examples are a bit verbose but they are directly from my library. They are a snapshot from Stalwart 0.3.1 but I briefly checked and the problem persists in 0.4.0
Nice to meet you! I'm glad to hear that you are doing interop testing with Stalwart. Ltt.rs is one of the few JMAP clients out there that implements the full specification.
Thanks for the report, this issue has now been fixed and a patch will be included in the next release. The sinceState passed by the client was not being echoed back in oldState. However, the changes returned by the server should be correct.
iNPUTmice
changed the title
[bug]: oldState doesn’t reflect in sinceState */changes
[bug]: oldState doesn’t reflect sinceState in */changes
Oct 31, 2023
What happened?
Hi,
Ltt.rs developer here. I finally found the time to do some interop testing with my jmap library and I fairly quickly ran into the issue of not being able to retrieve changes properly.
In the following example I've started with an empty Inbox and sent one email to it.
Sorry the examples are a bit verbose but they are directly from my library. They are a snapshot from Stalwart 0.3.1 but I briefly checked and the problem persists in 0.4.0
And I got the following response:
The problem here is that
oldState
in the response doesn’t matchsinceState
in the request.How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Version
v0.4.x
What database are you using?
None
What blob storage are you using?
None
Where is your directory located?
None
What operating system are you using?
None
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: