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

Function is_gmail_imap_host

src/email.rs:649–651  ·  view source on GitHub ↗
(host: &str)

Source from the content-addressed store, hash-verified

647}
648
649fn is_gmail_imap_host(host: &str) -> bool {
650 host.eq_ignore_ascii_case("imap.gmail.com") || host.eq_ignore_ascii_case("imap.googlemail.com")
651}
652
653fn normalize_search_term(value: &str) -> Option<String> {
654 let trimmed = value.trim();

Callers 1

connect_and_loginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected