Has anyone been successful at getting the mail and packages integration to work with proton bridge? I’m pulling my hair out over this. Finally have proton bridge configured and running. Its logged in using my proton username and password. I’ve got it set to use port 1143. This is my configuration for mail and packages. Host is 127.0.0.1 port is 1143. username and password I’m taking from the protonmail bridge and imap security is set to startTLS ( no verification of ssl cert)
What I’m seeing in the logs is this
Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:238
First occurred: 7:21:55 PM (2 occurrences)
Last logged: 7:22:30 PM
Error doing job: Task exception was never retrieved (task: None)
Traceback (most recent call last):
File “/usr/local/lib/python3.13/site-packages/aioimaplib/aioimaplib.py”, line 303, in wrapper
res = await coro(self, *args, **kargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/aioimaplib/aioimaplib.py”, line 455, in welcome
raise Error(command.decode())
aioimaplib.aioimaplib.Error: 220 127.0.0.1 ESMTP Service Ready
and this
This error originated from a custom integration.
Logger: custom_components.mail_and_packages.config_flow
Source: custom_components/mail_and_packages/config_flow.py:580
integration: Mail and Packages
First occurred: 7:22:05 PM (2 occurrences)
Last logged: 7:22:40 PM
Unable to connect:
Any help would be much appreciated