upgrade deps; rewrite smtp session

This commit is contained in:
Aine
2024-02-19 22:55:14 +02:00
parent 10213cc7d7
commit a01720da00
277 changed files with 106832 additions and 7641 deletions

View File

@@ -22,7 +22,7 @@ to provide validation and/or guidance on your suggested approach.
## Making Changes
Create a topic branch based on our `master` branch.
Create a topic branch based on our `main` branch.
1. Make commits of logical units.
2. Add unit tests to exercise your changes.