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

[#7876] Fix embedded attachment processing #7878

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 29, 2023

  1. Fix embedded attachment processing

    For attachments which are embedded within a RFC822 attachment, were
    unable process some attachment if they were received a long time ago.
    
    This is down to changes in the underlying mail gem which results in
    slight difference in the headers which get appended to the attachment
    body.
    
    This change fixes this by only matching against the body of embedded
    attachments, ignoring headers and any slight changes.
    
    Fixes #7876
    gbp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d368e2d View commit details
    Browse the repository at this point in the history