Add some log
This commit is contained in:
parent
c98fc77ca0
commit
6682edfc5e
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -49,6 +49,23 @@ master_key = "..."
|
||||||
secret_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
|
## Bayou storage module
|
||||||
|
|
Loading…
Reference in a new issue