Add some log

This commit is contained in:
Quentin 2022-05-30 11:51:13 +02:00
parent c98fc77ca0
commit 6682edfc5e
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 17 additions and 0 deletions

View File

@ -49,6 +49,23 @@ master_key = "..."
secret_key = "..."
```
Run a test instance with:
```
$ cargo run --bin main -- server
---- MAILBOX STATE ----
UIDVALIDITY 1
UIDNEXT 2
INTERNALSEQ 2
1 c3d4524f557f19108480063f3216afa20000000000000000 \Unseen
---- MAILBOX STATE ----
UIDVALIDITY 1
UIDNEXT 3
INTERNALSEQ 3
1 c3d4524f557f19108480063f3216afa20000000000000000 \Unseen
2 6a1ab4d87af3d424a3a8f8720c4db3b60000000000000000 \Unseen
```
## Bayou storage module