mirror of
https://github.com/draga79/NotiMail.git
synced 2026-04-26 14:15:54 +03:00
[GH-ISSUE #10] Connection failed (attempt 2): [SSL] record layer failure #10
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NotiMail#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Marcool04 on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/draga79/NotiMail/issues/10
Hi there,
I am trying to use this alongside the protonmail-bridge https://github.com/ProtonMail/proton-bridge to get notifications pushed on incoming email via ntfy.
I had to make some minor adjustments so that I could set the port as well as the host for the IMAP connexion, as the bridge uses a non-standard one (see https://github.com/Marcool04/NotiMail/ if you're interested).
But now I am running into another error which I just can't seem to debug...
I have looked through the documentation of imaplib (and found quite some criticism of the thing online, people recomment this instead: https://pypi.org/project/imap-tools/) but I can't seem to debug this any better than that... On the protonmail-bridge i.e. server side I see there is a connection attempt, but there is nothing logged there of significance.
I do wonder if this might have something to do with the certificate being self-signed, but I'd need a more significant error message to debug that. Attempts to use an SSLContext were unhelpful.
Thanks in advance for any help you could give me on this.
Best regards,
Mark.