Peter Bieringer
Peter Bieringer
@nwithan8 - in addition an additional condition should be added using the email hook makes imho only sense for calendar items, so _(hook == "email" && collection_type == VCALENDAR)_
Radicale depends for parsing items on vobject which looks like still misses proper vcard 4.0 support Upload is working with 3.0 format (see also related test content https://github.com/Kozea/Radicale/blob/master/radicale/tests/static/contact_photo_with_data_uri.vcf) ``` -...
there are no plans that Radicale will implement it's own vcard parser, all such efforts should go into vobject. I kee this ticket open until vobject is enriched with such...
There is no Radicale "3.8.1" version btw, latest is 3.5.5... Unparsed storage of item content is currently not possible without major change in the caching layer, which currently stores a...
relates to https://github.com/Kozea/Radicale/issues/1863
can make sense, looks like an additional option would be then required like `smtp_password_source` with default `config://smtp_password` and optional `file:///path-to-file`. Feel free to submit a tested PR for that.