feat(transport): Start async implementation (sendmail, file and stub transports)

This commit is contained in:
Alexis Mousset
2020-05-10 16:04:59 +02:00
parent 0d063873fc
commit 8c8aa770bf
10 changed files with 230 additions and 18 deletions

View File

@@ -34,6 +34,11 @@ jobs:
with:
command: test
args: --no-default-features --features=builder,smtp-transport,file-transport,sendmail-transport
- run: rm target/debug/deps/liblettre-*
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=async
check:
name: Check