We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
There seems to be an common issue on Android to import vcards with line folding. If i read the rfc right line folding is optional and not mandatory.
Other tools seem to also skip line folding.
Can we make it optional or just remove it? What do you think?
The text was updated successfully, but these errors were encountered:
Hi, I agree with this. I using this library with Nextcloud and folded VCF is not imported.
I had to disable it.
Make optional will be very useful.
Thanks
Sorry, something went wrong.
Experiencing the same issue on Google Pixel 8 Pro. Other devices seem unaffected. Looking forward to any updates on this. Thanks.
VCardParser::parseFromFile(...) It does not parse correctly folded lines:
FN;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80=20=D0=A1=D0=BE=D1=82=D0=BD=D0=B8= =D0=BA=D0=BE=D0=B2
Part =D0=BA=D0=BE=D0=B2 is ignored
No branches or pull requests
Hey there,
There seems to be an common issue on Android to import vcards with line folding.
If i read the rfc right line folding is optional and not mandatory.
Other tools seem to also skip line folding.
Can we make it optional or just remove it? What do you think?
The text was updated successfully, but these errors were encountered: