Skip to content

Use updated Html2Text library via composer

Matthias Larisch requested to merge remove-html2text into master

What does this MR do?

Html2Text library is used when fetching emails into the internal mail system, because they should be shown as text only.

This MR imports the library via composer instead of having it inside the lib folder

How confident are you it won't break things if deployed?

Needs manual testing as the process of receiving mails is far away from being tested. I did not manually execute the code and no test does either. It can be checked after beta deployment by using this manually once inbetween the CRON runs of the production one.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports