aboutsummaryrefslogtreecommitdiff
path: root/src/imap/session.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-28 15:38:06 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-28 15:38:06 +0200
commit06b888d9696cf7270c6daff4d5ae8a0591e265fe (patch)
treeb56daa5d76290a1d00ccf16c4a1b6caf0fe99c8f /src/imap/session.rs
parent36bbc2138bceb0c80a306f8c225e340d6fbd5470 (diff)
downloadaerogramme-06b888d9696cf7270c6daff4d5ae8a0591e265fe.tar.gz
aerogramme-06b888d9696cf7270c6daff4d5ae8a0591e265fe.zip
Implement logout
Diffstat (limited to 'src/imap/session.rs')
-rw-r--r--src/imap/session.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imap/session.rs b/src/imap/session.rs
index d45a989..2fa413e 100644
--- a/src/imap/session.rs
+++ b/src/imap/session.rs
@@ -127,7 +127,7 @@ impl Instance {
//@FIXME remove unwrap
self.state = self.state.apply(tr).unwrap();
- //@FIXME enrich here the command with some status
+ //@FIXME enrich here the command with some global status
Ok(res)
}