Skip to content

fix(imap): pass through $loadBody in ImapMessageConnector::fetchMessages - #13628

Open
ChristophWurst wants to merge 1 commit into
feat/jmap-2from
fix/jmap-2-imap-fetchmessages-loadbody
Open

fix(imap): pass through $loadBody in ImapMessageConnector::fetchMessages#13628
ChristophWurst wants to merge 1 commit into
feat/jmap-2from
fix/jmap-2-imap-fetchmessages-loadbody

Conversation

@ChristophWurst

Copy link
Copy Markdown
Member

findByIds() was always called with a hardcoded true for the load-body argument, ignoring the connector's own $loadBody parameter. Callers that explicitly request loadBody=false (e.g. for lightweight metadata-only fetches) silently got the full message body anyway.

Assisted-by: ClaudeCode:claude-opus-4-8

馃 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

findByIds() was always called with a hardcoded true for the load-body
argument, ignoring the connector's own $loadBody parameter. Callers
that explicitly request loadBody=false (e.g. for lightweight
metadata-only fetches) silently got the full message body anyway.

Assisted-by: ClaudeCode:claude-opus-4-8
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant