Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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();
Callers
3
validate_imap_login_blocking
Function · 0.80
list_messages_imap_blocking
Function · 0.80
get_message_content_imap_blocking
Function · 0.80
Calls
1
run_command
Method · 0.80
Tested by
no test coverage detected