Hook up reading messages from an iroh doc

If the DocTicket is configured then we join the doc.  If we have
joined the doc then we will try and fetch the individual message from
iroh.  However it is still pre-fetched from imap first so that we keep
respecting the imap order.
This commit is contained in:
Floris Bruynooghe
2023-11-21 17:55:06 +01:00
parent 11ae91a67a
commit 11e4e6adda
5 changed files with 107 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -1471,6 +1471,7 @@ dependencies = [
"pretty_env_logger",
"proptest",
"qrcodegen",
"quic-rpc 0.6.1",
"quick-xml",
"rand 0.8.5",
"ratelimit",