mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
configure: refactor to try various server domains
For IMAP, example.org, imap.example.org and mail.example.org are tried. For SMTP, example.org, smtp.example.org and mail.example.org are tried.
This commit is contained in:
committed by
link2xt
parent
526e76c59f
commit
00c1383419
@@ -25,7 +25,7 @@ impl Default for CertificateChecks {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Default, Debug)]
|
||||
#[derive(Default, Debug, Clone)]
|
||||
pub struct LoginParam {
|
||||
pub addr: String,
|
||||
pub mail_server: String,
|
||||
|
||||
Reference in New Issue
Block a user