hydroxide icon indicating copy to clipboard operation
hydroxide copied to clipboard

Cannot delete more than 200 messages at the same time

Open GideonBear opened this issue 4 months ago • 0 comments

How to reproduce:

  1. Call box.store(uid, "+FLAGS", "\\Deleted") on more than 200 messages
  2. Call box.expunge()

Error: The IDs maximum is 200 Workaround: call box.expunge() between each chunk of 200 messages Potential fix: implement this functionality in hydroxide itself. Paginate the requests to the Proton Mail API.

GideonBear avatar Aug 09 '25 13:08 GideonBear