mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
refactor(loginparam): rename dc_loginparam -> login_param
This commit is contained in:
committed by
holger krekel
parent
dd381a5c1c
commit
f3e53a05a6
@@ -4,7 +4,7 @@ use lettre::*;
|
||||
use crate::constants::Event;
|
||||
use crate::constants::*;
|
||||
use crate::context::Context;
|
||||
use crate::dc_loginparam::LoginParam;
|
||||
use crate::login_param::LoginParam;
|
||||
use crate::oauth2::*;
|
||||
|
||||
pub struct Smtp {
|
||||
|
||||
Reference in New Issue
Block a user