Logo banner layout rework, Proton Mail provider, ProviderWizard sizing improvements
Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/8dc8f341-02b2-4449-8a88-a2124033c31a Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -597,6 +597,26 @@ class MailServerAutoDetect:
|
||||
"pop3_ssl": {"host": "pop.mail.de", "port": 995},
|
||||
"imap_ssl": {"host": "imap.mail.de", "port": 993},
|
||||
},
|
||||
"proton.me": {
|
||||
"name": "Proton Mail",
|
||||
"imap_ssl": {"host": "127.0.0.1", "port": 1143},
|
||||
"pop3_ssl": {"host": "127.0.0.1", "port": 1144},
|
||||
},
|
||||
"protonmail.com": {
|
||||
"name": "Proton Mail",
|
||||
"imap_ssl": {"host": "127.0.0.1", "port": 1143},
|
||||
"pop3_ssl": {"host": "127.0.0.1", "port": 1144},
|
||||
},
|
||||
"protonmail.ch": {
|
||||
"name": "Proton Mail",
|
||||
"imap_ssl": {"host": "127.0.0.1", "port": 1143},
|
||||
"pop3_ssl": {"host": "127.0.0.1", "port": 1144},
|
||||
},
|
||||
"pm.me": {
|
||||
"name": "Proton Mail",
|
||||
"imap_ssl": {"host": "127.0.0.1", "port": 1143},
|
||||
"pop3_ssl": {"host": "127.0.0.1", "port": 1144},
|
||||
},
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user