diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-17 12:28:02 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-17 12:28:02 +0200 |
commit | 41f1b02171cee36706d30cf24329ff12780d47fd (patch) | |
tree | 474b245a265c77e74c929f3a54df9059d9526395 /Cargo.toml | |
parent | 212573b4b1b2a6ebe86a5ae0795433c85cfd2741 (diff) | |
download | aerogramme-41f1b02171cee36706d30cf24329ff12780d47fd.tar.gz aerogramme-41f1b02171cee36706d30cf24329ff12780d47fd.zip |
Use unrestricted IMAP Response
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ tower = "0.4" imap-codec = "0.5" k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", branch = "main" } -boitalettres = { git = "https://git.deuxfleurs.fr/KokaKiwi/boitalettres.git", branch = "main" } +boitalettres = { git = "https://git.deuxfleurs.fr/quentin/boitalettres.git", branch = "expose_req_res" } smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } |