-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.0.3 增加 "Apple", "MXRoute", "Namecrane", "XYAMail", "ZohoMail", "In…
…box_eu", "Free_fr" 的检测
- Loading branch information
1 parent
627d742
commit 82f26e2
Showing
2 changed files
with
77 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
run: | | ||
git config --global user.name 'github-actions' | ||
git config --global user.email '[email protected]' | ||
TAG="v0.0.2-$(date +'%Y%m%d%H%M%S')" | ||
TAG="v0.0.3-$(date +'%Y%m%d%H%M%S')" | ||
git tag $TAG | ||
git push origin $TAG | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,85 @@ | ||
package model | ||
|
||
var Version = "v0.0.2" | ||
var Version = "v0.0.3" | ||
var LocalServers = []string{"25", "465", "110", "995", "143", "993"} | ||
var Platforms = []string{"QQ", "163", "Sohu", "Yandex", "Gmail", "Outlook", "Office365", "Yahoo", "MailCOM", "MailRU", "AOL", "GMX", "Sina"} | ||
var Platforms = []string{ | ||
"QQ", "163", "Sohu", "Yandex", "Gmail", "Outlook", "Office365", | ||
"Yahoo", "MailCOM", "MailRU", "AOL", "GMX", "Sina", "Apple", | ||
"FastMail", "ProtonMail", "MXRoute", "Namecrane", "XYAMail", | ||
"ZohoMail", "Inbox_eu", "Free_fr", | ||
} | ||
|
||
var SmtpServers = map[string]string{ | ||
"Gmail": "smtp.gmail.com", | ||
"163": "smtp.163.com", | ||
"Yandex": "smtp.yandex.com", | ||
"Office365": "smtp.office365.com", | ||
"QQ": "smtp.qq.com", | ||
"Outlook": "smtp.outlook.com", | ||
"Yahoo": "smtp.mail.yahoo.com", | ||
// "Apple": "smtp.mail.me.com", | ||
"MailRU": "smtp.mail.ru", | ||
"AOL": "smtp.aol.com", | ||
"GMX": "smtp.gmx.com", | ||
"MailCOM": "smtp.mail.com", | ||
"Sohu": "smtp.sohu.com", | ||
"Sina": "smtp.sina.com", | ||
"Gmail": "smtp.gmail.com", | ||
"163": "smtp.163.com", | ||
"Yandex": "smtp.yandex.com", | ||
"Office365": "smtp.office365.com", | ||
"QQ": "smtp.qq.com", | ||
"Outlook": "smtp.outlook.com", | ||
"Yahoo": "smtp.mail.yahoo.com", | ||
"Apple": "smtp.mail.me.com", | ||
"MailRU": "smtp.mail.ru", | ||
"AOL": "smtp.aol.com", | ||
"GMX": "smtp.gmx.com", | ||
"MailCOM": "smtp.mail.com", | ||
"Sohu": "smtp.sohu.com", | ||
"Sina": "smtp.sina.com", | ||
"FastMail": "smtp.fastmail.com", | ||
"ProtonMail": "smtp.proton.me", | ||
"MXRoute": "lisa.mxrouting.net", // 官方示例 | ||
"Namecrane": "us1.workspace.org", // 示例 | ||
"XYAMail": "smtp.xyamail.com", | ||
"ZohoMail": "smtp.zoho.com", // | ||
"Inbox_eu": "mail.inbox.eu", // 官方示例 | ||
"Free_fr": "smtp.free.fr", // | ||
} | ||
|
||
var Pop3Servers = map[string]string{ | ||
"Gmail": "pop.gmail.com", | ||
"163": "pop.163.com", | ||
"Yandex": "pop.yandex.com", | ||
"Office365": "outlook.office365.com", | ||
"QQ": "pop.qq.com", | ||
"Outlook": "pop-mail.outlook.com", | ||
"Yahoo": "pop.mail.yahoo.com", | ||
// "Apple": "pop.mail.me.com", | ||
"MailRU": "pop.mail.ru", | ||
"AOL": "pop.aol.com", | ||
"GMX": "pop.gmx.com", | ||
"MailCOM": "pop.mail.com", | ||
"Sohu": "pop.sohu.com", | ||
"Sina": "pop.sina.com", | ||
"Gmail": "pop.gmail.com", | ||
"163": "pop.163.com", | ||
"Yandex": "pop.yandex.com", | ||
"Office365": "outlook.office365.com", | ||
"QQ": "pop.qq.com", | ||
"Outlook": "pop-mail.outlook.com", | ||
"Yahoo": "pop.mail.yahoo.com", | ||
"Apple": "pop.mail.me.com", | ||
"MailRU": "pop.mail.ru", | ||
"AOL": "pop.aol.com", | ||
"GMX": "pop.gmx.com", | ||
"MailCOM": "pop.mail.com", | ||
"Sohu": "pop.sohu.com", | ||
"Sina": "pop.sina.com", | ||
"FastMail": "pop.fastmail.com", | ||
"ProtonMail": "pop.proton.me", | ||
"MXRoute": "lisa.mxrouting.net", | ||
"Namecrane": "us1.workspace.org", | ||
"XYAMail": "pop.xyamail.com", | ||
"ZohoMail": "pop.zoho.com", | ||
"Inbox_eu": "mail.inbox.eu", | ||
"Free_fr": "pop.free.fr", | ||
} | ||
|
||
var ImapServers = map[string]string{ | ||
"Gmail": "imap.gmail.com", | ||
"163": "imap.163.com", | ||
"Yandex": "imap.yandex.com", | ||
"Office365": "outlook.office365.com", | ||
"QQ": "imap.qq.com", | ||
"Outlook": "imap-mail.outlook.com", | ||
"Yahoo": "imap.mail.yahoo.com", | ||
// "Apple": "imap.mail.me.com", | ||
"MailRU": "imap.mail.ru", | ||
"AOL": "imap.aol.com", | ||
"GMX": "imap.gmx.com", | ||
"MailCOM": "imap.mail.com", | ||
"Sohu": "imap.sohu.com", | ||
"Sina": "imap.sina.com", | ||
"Gmail": "imap.gmail.com", | ||
"163": "imap.163.com", | ||
"Yandex": "imap.yandex.com", | ||
"Office365": "outlook.office365.com", | ||
"QQ": "imap.qq.com", | ||
"Outlook": "imap-mail.outlook.com", | ||
"Yahoo": "imap.mail.yahoo.com", | ||
"Apple": "imap.mail.me.com", | ||
"MailRU": "imap.mail.ru", | ||
"AOL": "imap.aol.com", | ||
"GMX": "imap.gmx.com", | ||
"MailCOM": "imap.mail.com", | ||
"Sohu": "imap.sohu.com", | ||
"Sina": "imap.sina.com", | ||
"FastMail": "imap.fastmail.com", | ||
"ProtonMail": "imap.proton.me", | ||
"MXRoute": "lisa.mxrouting.net", | ||
"Namecrane": "us1.workspace.org", | ||
"XYAMail": "imap.xyamail.com", | ||
"ZohoMail": "imap.zoho.com", | ||
"Inbox_eu": "mail.inbox.eu", | ||
"Free_fr": "imap.free.fr", | ||
} |