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:
parent
349cb33fbd
commit
6b686c18f7
3 changed files with 28 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue