Closed
Bug 1496097
Opened 7 years ago
Closed 7 years ago
URI Attachments without format type get not added to an items attachment bag
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: MakeMyDay, Unassigned)
Details
Both backends fail to add an attachment when parsing an item if ATTACH hasn't specified anything but the uri value:
> ATTACH:http://www.example.org/document.txt
Attachemnts with a format type specified get added:
> ATTACH;FMTYPE=text/plain:http://www.example.org/document.txt
However, specifying a format type is optional per RfC 5545: https://tools.ietf.org/html/rfc5545#section-3.8.1.1 - so such attachments should be added.
| Reporter | ||
Comment 1•7 years ago
|
||
This is working flawlessly, I accidentally used the same uri twice, which causes the second attachment to be expectedly omitted.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•