Skip to content

fix(imap): use UID FETCH instead of UID SEARCH in getPageSize#13117

Draft
ChristophWurst wants to merge 1 commit into
mainfrom
fix/imap-search-grommunio-compat
Draft

fix(imap): use UID FETCH instead of UID SEARCH in getPageSize#13117
ChristophWurst wants to merge 1 commit into
mainfrom
fix/imap-search-grommunio-compat

Conversation

@ChristophWurst

Copy link
Copy Markdown
Member

grommunio-imap rejects the UID SEARCH UID command used to count messages in a candidate page. Replace with a UID FETCH (UID) which is mandated by RFC 3501 and universally supported.

Assisted-by: Claude:claude-sonnet-4-6

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI
grommunio-imap rejects the UID SEARCH UID <range> command used
to count messages in a candidate page. Replace with a UID FETCH
(UID) which is mandated by RFC 3501 and universally supported.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant