Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround IDs maximum #119

Open
proletarius101 opened this issue Sep 18, 2020 · 3 comments · May be fixed by #138
Open

Workaround IDs maximum #119

proletarius101 opened this issue Sep 18, 2020 · 3 comments · May be fixed by #138
Labels

Comments

@proletarius101
Copy link
Contributor

When marking emails as read in a batch, hydroxide will encounter

Sep 18 13:26:21 fedora hydroxide[24839]: 2020/09/18 13:26:21 request failed: PUT https://mail.protonmail.com/api/messages/read: [2024] The IDs maximum is 150

A easy fix is to let the email client or hydroxide devide the batch to smaller blocks and iteratively send such requests (you don't want to do it manually, do you.) Since it's hard to convience email clients to do such "non-standard operation," probably we'd better make hydroxide to do this.

@emersion
Copy link
Owner

Agreed, hydroxide should split the requests.

@n3oney
Copy link

n3oney commented Nov 28, 2020

Any plans on this?

@emersion
Copy link
Owner

Send a patch if you want to see this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants