Files
claw-email/internal/mail
thuanleandClaude Opus 4.7 f978ed44b8
CI / fmt (pull_request) Successful in 4m45s
CI / test (pull_request) Successful in 10m47s
feat: support http/https proxy for IMAP via HTTP CONNECT tunnel
Extend IMAP_PROXY_URL to accept http:// and https:// schemes in addition
to the existing socks5:// support. HTTP CONNECT tunneling is used for
both new schemes, with TLS to the proxy for https://. Proxy auth via
user:pass@ in the URL is supported for all schemes.

Refactors dialTLSViaSOCKS5 into a generic dialTLSViaProxy dispatcher.

Fixes #9

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 10:56:57 +07:00
..