mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
[PR #2532] [MERGED] Small email sending code improvements #23976
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2532
Author: @paolobarbolini
Created: 6/4/2022
Status: ✅ Merged
Merged: 6/4/2022
Merged by: @dani-garcia
Base:
main← Head:lettre-improvements📝 Commits (2)
68ec5f2Use MultiPart::alternative_plain_html instead of manual impl12612daRemove manual IDN handling📊 Changes
3 files changed (+3 additions, -29 deletions)
View changed files
📝
Cargo.lock(+0 -1)📝
Cargo.toml(+0 -1)📝
src/mail.rs(+3 -27)📄 Description
Changes building
Addressby going through theFromStrimplementation. Also removes the manualMultiPartbuild implementation, which must have been a workaround for a bug in a previous version.Depends on #2531
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.