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

feat: add option to disable character detection #342

Merged
merged 2 commits into from
Aug 31, 2024

Conversation

axllent
Copy link
Contributor

@axllent axllent commented Aug 29, 2024

This adds an option to disable character detection (when detected in the message part).

Resolves #340

@coveralls
Copy link

coveralls commented Aug 29, 2024

Coverage Status

coverage: 86.446% (+0.03%) from 86.421%
when pulling fc26e5e on axllent:disable-character-detection
into 16957e7 on jhillyerd:main.

Signed-off-by: James Hillyerd <james@hillyerd.com>
@jhillyerd jhillyerd merged commit a9fae7a into jhillyerd:main Aug 31, 2024
8 checks passed
@jhillyerd
Copy link
Owner

Thanks! I also re-ordered things a bit in #343 so we don't waste CPU on charset detection when its disabled.

@axllent
Copy link
Contributor Author

axllent commented Aug 31, 2024

That's awesome, it makes perfect sense to shift that check up to prevent those unnecessary CPU cycles @jhillyerd 👍 Looking forward to a new release! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decoding issue (Used in Mailpit)
3 participants