Skip to content

"with attachment" filter fails on some fts engines  #9514

Closed
@exi

Description

Prerequisites

  • I have searched for duplicate or closed issues
  • I can recreate the issue with all plugins disabled

Describe the issue

The standard email filter with attachment uses an imap filter for header content-type with value multipart/m, which assumes that whatever search engine is used does an implicit wildcard search for multipart/m*, which is not always the case, for example with fts_xapian in dovecot.

The IANA mime type list only lists one sensible multi part type which matches this and that's multipart/mixed.

Could we change the roundcube filter to match exactly multipart/mixed here to allow for wider fts engine support?

What browser(s) are you seeing the problem on?

Chrome, Edge, Firefox, Safari

What version of PHP are you using?

V8.2

What version of Roundcube are you using?

V1.7

JavaScript errors

No response

PHP errors

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions