最近发现我 dc 账号异地登陆需要邮箱校验,登录完成后,邮箱立马就被封,怀疑是同一 ip 下连接的邮箱太多被检测,想着试试挂代理进行连接,但是 imap 没有直接支持代理连接,想问问怎么改呢
1
samun Mar 2, 2024
mail.imap.proxy.host string Specifies the host name of an HTTP web proxy server that will be used for connections to the mail server.
mail.imap.proxy.port string Specifies the port number for the HTTP web proxy server. Defaults to port 80. mail.imap.socks.host string Specifies the host name of a SOCKS5 proxy server that will be used for connections to the mail server. mail.imap.socks.port string Specifies the port number for the SOCKS5 proxy server. This should only need to be used if the proxy server is not using the standard port number of 1080. |
2
fghzpqm Mar 4, 2024
[PySocks Monkeypatching]( https://github.com/Anorov/PySocks/blob/master/README.md#monkeypatching)
|