MCPcopy Create free account
hub / github.com/clawshell/clawshell / logout

Method logout

src/email.rs:341–343  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

339 }
340
341 fn logout(&mut self) {
342 let _ = self.run_command("LOGOUT");
343 }
344
345 fn select_mailbox(&mut self, folder: &str) -> Result<(), EmailServiceError> {
346 let folder = folder.trim();

Calls 1

run_commandMethod · 0.80

Tested by

no test coverage detected