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
When the server finished performing the operation on all the
messages in the message set, it checks for a non-empty list of
messages that failed the UNCHANGESINCE test. If this list is
non-empty, the server MUST return in the tagged response a
MODIFIED response code. The MODIFIED response code includes the
message set (for STORE) or set of UIDs (for UID STORE) of all
messages that failed the UNCHANGESINCE test.
The code below does not support this as far as I can tell:
See RFC 4551 section here:
https://datatracker.ietf.org/doc/html/rfc4551#section-3.2:~:text=When%20the%20server%20finished%20performing%20the%20operation,all%0A%20%20%20%20%20%20messages%20that%20failed%20the%20UNCHANGESINCE%20test.
The code below does not support this as far as I can tell:
wildduck/lib/handlers/on-store.js
Lines 310 to 383 in 7daa0e3
The text was updated successfully, but these errors were encountered: