Function deltachat::configure::try_smtp_one_param

source ยท
async fn try_smtp_one_param(
    context: &Context,
    param: &ServerLoginParam,
    socks5_config: &Option<Socks5Config>,
    addr: &str,
    strict_tls: bool,
    smtp: &mut Smtp,
) -> Result<(), ConfigurationError>