bitwarden_rs/src
BlackDex 6a0d024c69 Format some common Lettre errors a bit simpler
Currently when for example using the admin interface to send out a test e-mail just
returns `SmtpError`. This is not very helpful. What i have done.

- Match some common Lettre errors to return the error message.
- Other errors will just be passed on as before.

Some small other changes:
- Fixed a clippy warning about using clone().
- Fixed a typo where Lettere was spelled with one t.
2020-09-14 20:47:46 +02:00
..
api Merge pull request #1125 from jjlin/org-cipher-visibility 2020-09-10 23:19:14 +02:00
db Simplify implementation of UserOrgType::cmp() 2020-09-13 02:03:16 -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 Allow multiple SMTP Auth meganisms. 2020-09-12 21:47:24 +02:00
crypto.rs Generate tokens more simply and uniformly 2020-08-22 16:07:53 -07:00
error.rs Format some common Lettre errors a bit simpler 2020-09-14 20:47:46 +02:00
mail.rs Format some common Lettre errors a bit simpler 2020-09-14 20:47:46 +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