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

Method validate_credentials_blocking

src/email.rs:208–213  ·  view source on GitHub ↗
(
        credentials: &EmailAccountCredentials,
        timeout: Duration,
    )

Source from the content-addressed store, hash-verified

206 }
207
208 pub fn validate_credentials_blocking(
209 credentials: &EmailAccountCredentials,
210 timeout: Duration,
211 ) -> Result<(), EmailServiceError> {
212 validate_imap_login_blocking(credentials, timeout)
213 }
214
215 pub async fn get_message_content(
216 &self,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected