Reputation: 1
I want to get my e-mail/g-mail in node-js server. I've found the Imap and node-imap but they are not support proxy. can somebody help me?
Upvotes: 0
Views: 521
Reputation: 27885
ImapFlow module supports proxies. When setting it up add proxy:"socks5://…" property to the config to enable it.
proxy:"socks5://…"