Skip to content

IMAP connection unencrypted #151

@ghost

Description

In documentation, it is stated that the connection to proxy should be unencrypted, but it doesn't work with IMAP.

2023-03-27 16:49:55,997: New incoming connection to IMAP server at localhost:4993 (unsecured) proxying imap.example.com:993 (SSL/TLS)
2023-03-27 16:49:55,998: Accepting new connection to IMAP server at localhost:4993 (unsecured) proxying imap.example.com:993 (SSL/TLS) via ('::1', 60304, 0, 0)
2023-03-27 16:49:56,007: IMAP (localhost:4993; ::1:60304->imap.example.com:993) --> b'00001 CAPABILITY\r\n'
2023-03-27 16:49:56,008: IMAP (localhost:4993; ::1:60304->imap.example.com:993)     --> b'00001 CAPABILITY\r\n'
2023-03-27 16:49:56,014: IMAP (localhost:4993; ::1:60304->imap.example.com:993) <-- [ Server disconnected ]

To connect, it is needed to use STARTTLS (in The Bat).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions