Home GnuPG
Diffusion GpgOL cc2be8fe6a29

Implement simple handling for RFC2231 params

Description

Implement simple handling for RFC2231 params

* src/mimedataprovider.cpp (rfc2231_to_2047): Fixup
an RFC2231 string so that it can be parsed by our our rfc2047 parser.
(rfc2231_query_parameter): Add handling for continued parameters
and parameters with encoding / language.

For GpgOL only the attachment names are really important
and this should cover most cases without touching the logic
of the overall rfc822 parser. So this should be a fairly
robust solution with little regression risk.