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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
Fix issue where plaintext KEY values are not written
a1817a2
#91
Fixed in a1817a2
Sorry, something went wrong.
No branches or pull requests
Code:
Output:
The text was updated successfully, but these errors were encountered: