summaryrefslogtreecommitdiff
path: root/src/mail.rs
AgeCommit message (Expand)Author
2023-11-12Add Protected Actions Check (#4067)Mathijs van Veluw
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-02-12Add support for sendmail as a mail transportsoruh
2023-01-25working implementationsirux88
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2023-01-03Percent-encode org_name in linksAndrés Maldonado
2022-12-02Cleanups and Fixes for Emergency AccessBlackDex
2022-10-15use static_files() for email attachmentsStefan Melmuk
2022-10-15attach images to emailStefan Melmuk
2022-07-06Upgrade dependencies and swap lettre to async transportDaniel García
2022-06-04Remove manual IDN handlingPaolo Barbolini
2022-06-04Use MultiPart::alternative_plain_html instead of manual implPaolo Barbolini
2022-02-26Favicon, SMTP and misc updatesBlackDex
2021-11-06Macro recursion decrease and other optimizationsBlackDex
2021-10-28Add email notifications for incomplete 2FA loginsJeremy Lin
2021-10-19Emergency Access cleanupJeremy Lin
2021-10-08Merge branch 'mail-errors' of https://github.com/BlackDex/vaultwarden into Bl...Daniel García
2021-10-08Fix error reporting in admin and some small fixesBlackDex
2021-10-02feature: Support single organization policyAdam Jones
2021-09-17Add Emergency contact featurethelittlefireman
2021-07-15Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarde...Daniel García
2021-05-08Updated branding, email and cratesBlackDex
2021-04-16ran cargo fmt --allOlivier Martin
2021-04-16Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforce...Olivier Martin
2021-04-11Resolves dani-garcia/bitwarden_rs#981Olivier Martin
2021-04-06Modify rustfmt fileJake Howard
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-22Update dependenciesDaniel García
2021-03-06Updated dependenciesDaniel García
2021-02-19Remove unnecessary allocationsPaolo Barbolini
2021-01-31Updated dependencies and small mail fixesBlackDex
2020-12-13Clean up datetime output and codeJeremy Lin
2020-11-18Updated email processing.BlackDex
2020-09-14Format some common Lettre errors a bit simplerBlackDex
2020-09-13Merge pull request #1137 from BlackDex/smtp-multi-auth-mechanismDaniel García
2020-09-12Allow multiple SMTP Auth meganisms.BlackDex
2020-09-11Updated lettre (and other crates) and workflow.BlackDex
2020-07-14Removed try_trait and some formatting, particularly around importsDaniel García
2020-07-07Use local time in email notifications for new device loginsJeremy Lin
2020-07-05Add option to set name during HELO in email settingsDaniel García
2020-05-31Update lettre to alpha release instead of git commit, and update the rest of ...Daniel García
2020-05-07Change the mails content types to more closely match what we sent beforeDaniel García
2020-05-03Update lettre to latest masterDaniel García
2020-05-03Remove unused dependency and simple feature, update dependencies and fix some...Daniel García
2020-03-19Revert "Use opportunistic TLS in SMTP connections"Daniel García
2020-03-14Allow the smtp mechanism to be provided without quotes and all lowercaseDaniel García
2020-03-12Use opportunistic TLS in SMTP connectionsSamuel Leweke
2020-02-26Added SMTP test button in the admin guiBlackDex
2020-01-30Fix backwards indicesDaniel García
2020-01-30Convert email domains to punycodeDaniel García