Skip to content

Optimize IMAP command payloads using sequence ranges - #180

Merged
stevebauman merged 2 commits into
masterfrom
bug-179
Aug 24, 2026
Merged

Optimize IMAP command payloads using sequence ranges#180
stevebauman merged 2 commits into
masterfrom
bug-179

Conversation

@stevebauman

@stevebauman stevebauman commented Aug 24, 2026

Copy link
Copy Markdown
Member

Related #179

This PR refactors how IMAP sequence sets are generated and handled throughout the codebase.

The main improvement is the introduction of logic to convert consecutive numeric values into IMAP sequence ranges (e.g., 1,2,3 becomes 1:3). This results in more concise and efficient IMAP commands.

@stevebauman stevebauman changed the title Optimize IMAP command payloads with sequence range updates Optimize IMAP command payloads using sequence ranges Aug 24, 2026
@stevebauman
stevebauman merged commit 20655ae into master Aug 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant