hydroxide
hydroxide copied to clipboard
Cannot delete more than 200 messages at the same time
How to reproduce:
- Call
box.store(uid, "+FLAGS", "\\Deleted")on more than 200 messages - 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.