py-vobject / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://py-vobject.github.io/
28 stars 7 forks source link

Add tests for QUOTED-PRINTABLE encoding #61

Closed da4089 closed 1 month ago

da4089 commented 1 month ago

Add various examples of vObject files using QUOTED-PRINTABLE encoding, especially for photos. These tests were mostly motivated by the Kozea/Radicale#1238 issue, and include examples posted there.

Tests only, no changes to module functionality.