Commit 9d58868
fix(dav): handle content line folding in DTSTAMP regex
Update regex to match DTSTAMP with parameters (DTSTAMP;TZID=...)
and handle RFC 5545 content line folding where long lines are
split with CRLF followed by a space or tab.
Signed-off-by: Olen <regopa@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: olen <ola@nytt.no>1 parent 36fdb9a commit 9d58868
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- apps/dav
- lib/CalDAV/WebcalCaching
- tests/unit/CalDAV/WebcalCaching
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
| 531 | + | |
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| |||
0 commit comments