index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mail.rs
Age
Commit message (
Expand
)
Author
2023-11-12
Add Protected Actions Check (#4067)
Mathijs van Veluw
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-02-12
Add support for sendmail as a mail transport
soruh
2023-01-25
working implementation
sirux88
2023-01-09
Resolve uninlined_format_args clippy warnings
BlackDex
2023-01-03
Percent-encode org_name in links
Andrés Maldonado
2022-12-02
Cleanups and Fixes for Emergency Access
BlackDex
2022-10-15
use static_files() for email attachments
Stefan Melmuk
2022-10-15
attach images to email
Stefan Melmuk
2022-07-06
Upgrade dependencies and swap lettre to async transport
Daniel García
2022-06-04
Remove manual IDN handling
Paolo Barbolini
2022-06-04
Use MultiPart::alternative_plain_html instead of manual impl
Paolo Barbolini
2022-02-26
Favicon, SMTP and misc updates
BlackDex
2021-11-06
Macro recursion decrease and other optimizations
BlackDex
2021-10-28
Add email notifications for incomplete 2FA logins
Jeremy Lin
2021-10-19
Emergency Access cleanup
Jeremy Lin
2021-10-08
Merge branch 'mail-errors' of https://github.com/BlackDex/vaultwarden into Bl...
Daniel García
2021-10-08
Fix error reporting in admin and some small fixes
BlackDex
2021-10-02
feature: Support single organization policy
Adam Jones
2021-09-17
Add Emergency contact feature
thelittlefireman
2021-07-15
Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarde...
Daniel García
2021-05-08
Updated branding, email and crates
BlackDex
2021-04-16
ran cargo fmt --all
Olivier Martin
2021-04-16
Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforce...
Olivier Martin
2021-04-11
Resolves dani-garcia/bitwarden_rs#981
Olivier Martin
2021-04-06
Modify rustfmt file
Jake Howard
2021-03-31
Run `cargo fmt` on codebase
Jake Howard
2021-03-22
Update dependencies
Daniel García
2021-03-06
Updated dependencies
Daniel García
2021-02-19
Remove unnecessary allocations
Paolo Barbolini
2021-01-31
Updated dependencies and small mail fixes
BlackDex
2020-12-13
Clean up datetime output and code
Jeremy Lin
2020-11-18
Updated email processing.
BlackDex
2020-09-14
Format some common Lettre errors a bit simpler
BlackDex
2020-09-13
Merge pull request #1137 from BlackDex/smtp-multi-auth-mechanism
Daniel García
2020-09-12
Allow multiple SMTP Auth meganisms.
BlackDex
2020-09-11
Updated lettre (and other crates) and workflow.
BlackDex
2020-07-14
Removed try_trait and some formatting, particularly around imports
Daniel García
2020-07-07
Use local time in email notifications for new device logins
Jeremy Lin
2020-07-05
Add option to set name during HELO in email settings
Daniel García
2020-05-31
Update lettre to alpha release instead of git commit, and update the rest of ...
Daniel García
2020-05-07
Change the mails content types to more closely match what we sent before
Daniel García
2020-05-03
Update lettre to latest master
Daniel García
2020-05-03
Remove unused dependency and simple feature, update dependencies and fix some...
Daniel García
2020-03-19
Revert "Use opportunistic TLS in SMTP connections"
Daniel García
2020-03-14
Allow the smtp mechanism to be provided without quotes and all lowercase
Daniel García
2020-03-12
Use opportunistic TLS in SMTP connections
Samuel Leweke
2020-02-26
Added SMTP test button in the admin gui
BlackDex
2020-01-30
Fix backwards indices
Daniel García
2020-01-30
Convert email domains to punycode
Daniel García
[next]