Skip to content

parsers::vcard: allow linebreaks in binval data

RFC 2426 says:

The binary data MUST be encoded using the "B" encoding format. Long lines of encoded binary data SHOULD BE folded to 75 characters using the folding method defined in [MIME-DIR].

That implies that whitespace may occur in binval data and we thus must be able to parse this correctly.

Merge request reports