mangstadt / ez-vcard

A vCard parser library for Java
Other
399 stars 92 forks source link

Unable to write plain text KEY property value #91

Closed mangstadt closed 6 years ago

mangstadt commented 6 years ago

Code:

VCard vcard = new VCard();

Key key = new Key();
key.setText("abracadabra", KeyType.GPG);
vcard.addKey(key);

Ezvcard.write(vcard).go(System.out);

Output:

BEGIN:VCARD
VERSION:3.0
PRODID:ez-vcard 0.10.5-SNAPSHOT
KEY:
END:VCARD
mangstadt commented 6 years ago

Fixed in a1817a296e5bc8bf8320aed72576c0016886de38