Skip to content

Only process text/plain part of emails.

Philipp Winter requested to merge phw/bridgedb:defect/33835 into develop

When our autoresponder receives a multipart email from a user, it may get confused by the parts that are not text/plain. Instead of bending over backwards to parse all sorts email encodings, this patch discard the parts of a multipart email that aren't text/plain.

This fixes #33835 (closed).

Merge request reports