D
D
dy_ma2020-05-20 18:31:03
Node.js
dy_ma, 2020-05-20 18:31:03

Is there a module that receives mail via IMAP that can work through a proxy?

Now I am using the "imap" module, but in its settings I did not find the possibility to specify a proxy server through which I would like to receive mail. Maybe there is such a setting, or maybe you can advise another module?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2020-05-20
@z3apa3a

It's easy to find chilkat imap, but it's paid. If access is needed to one specific server, this can be solved by port forwarding through a proxy. For example, install a local 3proxy with the following configuration (for http/https proxy, for socks change connect to socks5):

auth iponly
allow
parent 1000 connect  proxy_ip proxy_port proxy_login proxy_password
tcppm 11143 -i127.0.0.1 imap_server_address 143

and connect locally to 127.0.0.1:11143

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question