Closed GoogleCodeExporter closed 9 years ago
It looks like this is a bug in the way that ez-vcard handles "quoted-printable"
values on multiple lines. There should be a "=" character at the end of each
folded line. Would you mind loading the attached vCard file in Outlook and
letting me know if it works?
As a work around, you can force ez-vcard to put all properties on a single
line. This should cause Outlook to correctly display the NOTE property.
new VCardWriter(writer, VCardVersion.V2_1, null, "\r\n").write(vcard);
Thanks,
Mike
Original comment by mike.angstadt
on 24 Sep 2013 at 12:55
Attachments:
Hey,
the attached vCard is displayed correctly in Outlook (I attached a screenshot)
This is the actual output I desire.
I just tested the work around you explained and to put it all on a single line
it works well too.
Though, I´d like the other solutions (the one with line breaks) better. :)
Thank you very much for the quick response!
Original comment by JulianeD...@gmail.com
on 24 Sep 2013 at 2:00
Attachments:
[deleted comment]
The bug should be fixed now. Attached is a snapshot JAR if you want to test it
out. I'll probably release a stable version within a few days. Thanks for
reporting this!
Original comment by mike.angstadt
on 25 Sep 2013 at 12:32
Attachments:
Thank you very much for fixing this and the quick support!
Original comment by JulianeD...@gmail.com
on 30 Sep 2013 at 8:06
No problem! I've just deployed a stable version. It should be available on
Maven within a few hours.
Original comment by mike.angstadt
on 1 Oct 2013 at 5:31
Yes, awesome! Thanks :)
Original comment by JulianeD...@gmail.com
on 2 Oct 2013 at 8:14
Original issue reported on code.google.com by
JulianeD...@gmail.com
on 24 Sep 2013 at 10:16Attachments: