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

Default line folding line length is not null #139

Open
KlyukinSA opened this issue Aug 11, 2023 · 1 comment
Open

Default line folding line length is not null #139

KlyukinSA opened this issue Aug 11, 2023 · 1 comment

Comments

@KlyukinSA
Copy link

Now to create usual plain text I have to do like so:

VCardWriter writer = ...;
writer.getVObjectWriter().getFoldedLineWriter().setLineLength(null);
writer.write(vcard);

p.s. line folding is adding "\n " in text so it's lines are not longer than 75 (or other number). it is convenient to read but it breaks urls and encoded data

@mangstadt
Copy link
Owner

The program that consumes the vCard is responsible for unfolding any folded lines. However, you can disable line folding if you choose, as you have done.

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

No branches or pull requests

2 participants