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

Inbound Email for case creation: Strip HTML #548

Open
BastianHammer opened this issue Sep 22, 2024 · 0 comments
Open

Inbound Email for case creation: Strip HTML #548

BastianHammer opened this issue Sep 22, 2024 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@BastianHammer
Copy link

Issue

When writing an HTML email to an inbound email for automatic case creation, the description field / email body looks like:

<p>Test3</p>

when writing a plain text email to the same inbound email the description field / email body looks like:

Test Email

Possible Fix

Either strip the HTML before storing it into the DB field.
Or: Render the HTML in the description field of the cases.

Steps to Reproduce the Issue

1. Setup inbound email for automatic case creation
2. Check the created cases from the inbound emails - one HTML, one plain text

Context

No response

Version

8.7

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

PHP 8.2

Operating System and Version

Ubuntu Server 24.04.1 LTS

@BastianHammer BastianHammer added the Type: Bug Something isn't working label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant