Skip to content

Opening messages is slow: Phishing detection #13162

Description

@kesselb

Follow up for #10384

Is your feature request related to a problem? Please describe.

Opening a message must be quick.

The /body (and HTML body) response must not be blocked by checks that can run afterwards.

Describe the solution you'd like

Defer the phishing check off the /body path, the same way DKIM and itineraries are deferred, so it no longer delays body delivery. The deferred check must reuse the already-fetched/cached message rather than trigger an extra IMAP fetch.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Enhancement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions