ProtonMail / go-proton-api

Proton API library used by Go-based clients and tools
MIT License
129 stars 17 forks source link

fix: Ensure failed (Un)label operation is also undone #102

Open jameshoulahan opened 1 year ago

jameshoulahan commented 1 year ago

We execute the undo for all successful chunks, but as a single chunk might be partially successful, we should undo that too.