Updated php-mime-mail-parser library to 5.0 to fix webui html preview

Preview versions of php-mime-mail-parser uses iconv for the most cases and iconv isn't properly supported in alpine php
This commit is contained in:
Howaner
2019-04-28 20:22:37 +02:00
parent 60fd955def
commit 4bac1da451
10 changed files with 331 additions and 153 deletions

View File

@@ -3,7 +3,7 @@
"robthree/twofactorauth": "^1.6",
"yubico/u2flib-server": "^1.0",
"phpmailer/phpmailer": "^5.2",
"php-mime-mail-parser/php-mime-mail-parser": "^2.9",
"php-mime-mail-parser/php-mime-mail-parser": "^5.0",
"soundasleep/html2text": "^0.5.0",
"ddeboer/imap": "^1.5",
"matthiasmullie/minify": "^1.3"