https://bugs.kde.org/show_bug.cgi?id=436161
Bug ID: 436161
Summary: iCalendar files with attachments are read incorrectly
(file name)
Product: frameworks-kcalendarcore
Version: unspecified
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
iCalendar files with attachments are read incorrectly and therefore the file
name is not displayed in the calendar.
Current implementation:
ATTACH;VALUE=BINARY;FMTTYPE=application/zip;ENCODING=BASE64;X-LABEL=filename.zip:
Expected implementation:
ATTACH;VALUE=BINARY;FMTTYPE=application/zip;ENCODING=BASE64;FILENAME=filename.zip:
Kontact/Calendar uses the property X-LABEL instead of FILENAME.
Is that on purpose?
--
You are receiving this mail because:
You are the assignee for the bug.