alephdata / ingest-file

Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
GNU Affero General Public License v3.0
54 stars 26 forks source link

Fix multi-line quoted-printable encoded values in vCards #595

Closed tillprochaska closed 6 months ago

tillprochaska commented 6 months ago

Some generators of vCards wrap long lines to enforce a maximum line length. Values that used quoted-printable encoding and were wrapped over multiple lines previously caused a parsing exception. Enabling the allowQP option fixes this.

https://github.com/eventable/vobject/issues/152