Function imap_connect
pub async fn imap_connect(
cfg: &EmailConfig,
auth_service: Option<&Arc<AuthService>>,
alias: &str,
) -> Result<ImapSession>pub async fn imap_connect(
cfg: &EmailConfig,
auth_service: Option<&Arc<AuthService>>,
alias: &str,
) -> Result<ImapSession>