Closed
Bug 1790346
Opened 2 years ago
Closed 2 years ago
Issue with multi-line mail to event conversion
Categories
(Calendar :: Provider: CalDAV, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1776462
People
(Reporter: andrey, Unassigned)
Details
(Keywords: regression)
Steps to reproduce:
- Right click an email in my Inbox. Convert to - Event
- Choose date and time. Save and close.
Actual results:
Local calendar event is created.
Mailserver got an error trying to create an event.
Expected results:
With multiline message without editing event text (body) TB 102 sends to CalDav server \r\n as 3 bytes 0x0d 0x5c 0x6e
TB 91.13 used 4 bytes 0x5c 0x72 0x5c 0x6e
CalDav servers gets 0x0d as return and broke an event "illegal format".
TB 102 should use 0x0d 0x0a as \r\n
If user changed come text in event body, it will be sent as HTML without errors.
Comment 1•2 years ago
|
||
Duplicate of bug 1785990/bug 1776462?
(In reply to Magnus Melin [:mkmelin] from comment #1)
Duplicate of bug 1785990/bug 1776462?
It looks like a duplicate. Same problem
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•