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

Ability to turn off extra processings, e.g. html2text.FromString #231

Open
kadukf-outreach opened this issue Jan 28, 2022 · 1 comment
Open

Comments

@kadukf-outreach
Copy link

What I did:
Parsing a mime without text/plain part. Field Text on the envelope returns a text using html2text converter. This processing is consuming memory as well as CPU. Would it be possible, e.g. using options, to manage this extra work? By default ON, but having a possiblity to turn it OFF but still reporting ErrorPlainTextFromHTML.

What I expected:
Empty text.

What I got:
Text converted by html2text.

Release or branch I am using:
master

(Please attach a sample message if you feel it will help reproduce the issue)

@jhillyerd
Copy link
Owner

Yeah, this would be a good use of options, blocked by #90

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

No branches or pull requests

2 participants