Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set content type parameters for attachments #10057

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Aug 27, 2024

Required for #9651 (otherwise imip invitations have the wrong content type)

Horde_Mime_Part.setType takes the mimetype (e.g. text/calendar) and discards additional parameters (like method=REQUEST).

Todo:

  • Tests

@kesselb kesselb added this to the v4.0.0 milestone Aug 27, 2024
@kesselb kesselb self-assigned this Aug 27, 2024
@ChristophWurst ChristophWurst removed this from the v4.0.0 milestone Sep 3, 2024
Horde_Mime_Part.setType takes the mimetype (e.g. text/calendar) and discards additional parameters (like method=REQUEST).

Signed-off-by: Daniel Kesselberg <[email protected]>
@kesselb kesselb force-pushed the bug/noid/parameters-for-content-type branch from f5a35f4 to 7237e4d Compare September 9, 2024 18:53
@kesselb kesselb force-pushed the bug/noid/parameters-for-content-type branch from 7237e4d to 39713c5 Compare September 9, 2024 19:16
@kesselb kesselb marked this pull request as ready for review September 9, 2024 19:16
@kesselb
Copy link
Contributor Author

kesselb commented Sep 10, 2024

/backport to stable4.0

@st3iny st3iny merged commit bee022e into main Sep 11, 2024
36 checks passed
@st3iny st3iny deleted the bug/noid/parameters-for-content-type branch September 11, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants