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:
@@ -155,6 +155,15 @@ PROVIDER_PRESETS: List[ProviderPreset] = [
|
||||
pop3_ssl={"host": "pop.mail.de", "port": 995},
|
||||
notes="Use your mail.de email credentials.",
|
||||
),
|
||||
ProviderPreset(
|
||||
id="protonmail",
|
||||
name="Proton Mail",
|
||||
icon="protonmail",
|
||||
domains=["proton.me", "protonmail.com", "protonmail.ch", "pm.me"],
|
||||
imap_ssl={"host": "127.0.0.1", "port": 1143},
|
||||
pop3_ssl={"host": "127.0.0.1", "port": 1144},
|
||||
notes="Requires Proton Mail Bridge running locally. Use your Bridge password (not your Proton account password). Default Bridge ports: IMAP 127.0.0.1:1143, POP3 127.0.0.1:1144.",
|
||||
),
|
||||
ProviderPreset(
|
||||
id="icloud",
|
||||
name="iCloud Mail",
|
||||
|
||||
Reference in New Issue
Block a user