-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
What steps will reproduce the problem?
1.Create vCard v2.1 with a BASE64-encoded public key
2.Open vCard in Outlook 2010
3.Outlook does not find the public key (under 'Certificates')
What version of ez-vcard are you using?
0.9.6
What version of Java are you using?
1.7
Please provide any additional information below.
I had to add a newline ('\r\n') after the BASE64-encoded public key. The '\r\n'
is also the BASE64 chunking delimeter, and the single '\r\n' at the end of the
key is not being read as the end of the 'KEY' value.
Original issue reported on code.google.com by siegelm...@gmail.com
on 5 Nov 2014 at 10:00
Attachments: