bitwarden_rs/src
BlackDex 844cf70345 Updated lettre (and other crates) and workflow.
General:
- Updated several dependancies

Lettre:
- Updateded lettere and the workflow
- Changed encoding to base64
- Convert unix newlines to dos newlines for e-mails.
- Created custom e-mail boundary (auto generated could cause errors)

Tested the e-mails sent using several clients (Linux, Windows, MacOS, Web).
Run msglint (https://tools.ietf.org/tools/msglint/) on the generated e-mails until all errors were gone.

Lettre has changed quite some stuff compared between alpha.1 and alpha.2, i haven't noticed any issues sending e-mails during my tests.
2020-09-11 23:52:20 +02:00
..
api Merge pull request #1125 from jjlin/org-cipher-visibility 2020-09-10 23:19:14 +02:00
db Hide ciphers from non-selected collections for org owners/admins 2020-09-01 02:20:25 -07:00
static Update admin page dependencies 2020-08-31 16:40:21 +02:00
auth.rs Updated dependencies and changed rocket request imports 2020-07-23 21:07:04 +02:00
config.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
crypto.rs Generate tokens more simply and uniformly 2020-08-22 16:07:53 -07:00
error.rs Updated lettre (and other crates) and workflow. 2020-09-11 23:52:20 +02:00
mail.rs Updated lettre (and other crates) and workflow. 2020-09-11 23:52:20 +02:00
main.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
util.rs Use strip_prefix() instead of trim_start_matches() as appropriate 2020-07-20 22:33:13 -07:00