fix(imap): remap local id to new UID after MOVE so caches survive #558

Open
guettlibot wants to merge 2 commits from issue-539-stable-imap-uid into main
Showing only changes of commit 29bc403180 - Show all commits
+2 -2
View File
@@ -1181,8 +1181,8 @@ void main() {
const criteria = 'HEADER Message-ID "$messageId"';
final spy = SnoozeSpyImapClient(
// No copyUidValidity → no COPYUID in the MOVE response.
searchResults: {
criteria: const [99]
searchResults: const {
criteria: [99],
},
);
final r = _makeRepos(imapConnect: (_, __, ___) async => spy);