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

Manage large IMAP commands #12

Open
soywod opened this issue Sep 10, 2024 · 0 comments
Open

Manage large IMAP commands #12

soywod opened this issue Sep 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@soywod
Copy link
Member

soywod commented Sep 10, 2024

When IMAP commands are too long (for example, UID SET to big), server may fail. A better approach would be to split commands in chunks, but this needs to be well design to avoid conflicts (not same result between chunks calls).

The algorithm is already in place for listing envelopes, it needs to be replicated for other UID/sequence-based features like copy messages.

@soywod soywod added the bug Something isn't working label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant