Skip to content
New issue

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

Unable to write plain text KEY property value #91

Closed
mangstadt opened this issue Aug 30, 2018 · 1 comment
Closed

Unable to write plain text KEY property value #91

mangstadt opened this issue Aug 30, 2018 · 1 comment
Labels

Comments

@mangstadt
Copy link
Owner

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
Copy link
Owner Author

Fixed in a1817a2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant