1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-22 10:45:26 +00:00

Fixed long e-mail message extending 1000 lines.

- Added quoted_printable crate to encode the e-mail messages.
- Change the way the e-mail gets build to use custom part headers.
This commit is contained in:
BlackDex 2019-03-25 09:48:19 +01:00
commit 6b686c18f7
3 changed files with 28 additions and 2 deletions

View file

@ -91,6 +91,7 @@ num-derive = "0.2.4"
lettre = "0.9.0"
lettre_email = "0.9.0"
native-tls = "0.2.2"
quoted_printable = "0.4"
# Template library
handlebars = "1.1.0"