initial commit

This commit is contained in:
2020-08-04 17:46:51 +02:00
commit a93599babe
1480 changed files with 310969 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
imap_host = "IMAP_HOST"
imap_port = IMAP_PORT
imap_secure = "SSL"
smtp_host = "SMTP_HOST"
smtp_port = SMTP_PORT
smtp_secure = "SSL"
smtp_auth = On

View File

@@ -0,0 +1 @@
outlook.com,qq.com,yahoo.com

View File

@@ -0,0 +1,7 @@
imap_host = "imap.gmail.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.gmail.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On

View File

@@ -0,0 +1,7 @@
imap_host = "imap-mail.outlook.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp-mail.outlook.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On

View File

@@ -0,0 +1,7 @@
imap_host = "imap.qq.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.qq.com"
smtp_port = 465
smtp_secure = "SSL"
smtp_auth = On

View File

@@ -0,0 +1,7 @@
imap_host = "imap.mail.yahoo.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.mail.yahoo.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On