thunderbird / thunderbird-android

K-9 Mail – Open Source Email App for Android
https://k9mail.app/
Apache License 2.0
9.47k stars 2.42k forks source link

The app doesn't undo local changes when the associated remote operation fails #7773

Open cketti opened 2 weeks ago

cketti commented 2 weeks ago

Currently we don't undo local operations when a remote operation fails. For example, when a user deletes a message, we move the local copy to the local trash folder, then try to perform the move operation on the server. If that remote operation fails, we don't move the local message back to the local source folder so the local state reflects the (unchanged) state on the server.

Related: #1058