diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-02 22:32:02 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-02 22:32:02 +0100 |
commit | 0cc13f891cdcdc474416cdb63d48245a1820af10 (patch) | |
tree | 3274652bc50eaae4cab9ffd8c3d031ee6432a17f /src/imap/command/authenticated.rs | |
parent | b66b9f75fe0c078dfd34dd45d5ce80786aba8c2c (diff) | |
download | aerogramme-0cc13f891cdcdc474416cdb63d48245a1820af10.tar.gz aerogramme-0cc13f891cdcdc474416cdb63d48245a1820af10.zip |
migration to imap-flow seems done!refactor/imap-flow
Diffstat (limited to 'src/imap/command/authenticated.rs')
-rw-r--r-- | src/imap/command/authenticated.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imap/command/authenticated.rs b/src/imap/command/authenticated.rs index 74ebbfa..1bb4c6d 100644 --- a/src/imap/command/authenticated.rs +++ b/src/imap/command/authenticated.rs @@ -432,6 +432,7 @@ impl<'a> AuthenticatedContext<'a> { Ok(( Response::build() .message("Select completed") + .to_req(self.req) .code(Code::ReadWrite) .set_body(data) .ok()?, |