Closed dploeger closed 1 year ago
I would rather not. This is just a SHOULD. I've implemented it for go-message and it caused a ton of regressions. It's very tricky to get right and doesn't provide any meaningful value.
Ah, you're right. I couldn't import a calendar file from go-ical into Confluence Calendars but after all it wasn't the line length but something else. Fair enough.
FWIW, I've been using this and I've not yet had any problems with it https://github.com/emersion/go-ical/compare/master...Dynom:go-ical:AddingLineFolding
I needed it because of a buggy implementation with an integration which had a hard fail on a surplus of 75 octets.
Would you accept a PR from @Dynom about this, @emersion ?
No.
Would you accept a PR from @Dynom about this, @emersion ?
It's an old topic: https://github.com/emersion/go-ical/pull/5
As RFC5545 states:
This is currently not supported. Lines are completely posted into the output without folding.