-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of30-feedbackbugfeature: caldavRelated to CalDAV internalsRelated to CalDAV internals
Description
Bug description
IMip invitations sent by Nextcloud must set charset to UTF-8 as the attendees may use UTF-8 characters.
See https://www.rfc-editor.org/rfc/rfc6047.html#section-2.4
Steps to reproduce
- Create a user like
OC_PASS=jose occ user:add --display-name "José" --password-from-env jose; occ user:setting jose settings email [email protected]
- Invite José to an event
- See a iconv warning in the mail app
Expected behavior
The content-type header needs to contain charset=UTF-8
Nextcloud Server version
master, but applies to older versions too.
Additional info
No response
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of30-feedbackbugfeature: caldavRelated to CalDAV internalsRelated to CalDAV internals