Meraj Seraji
Meraj Seraji

Reputation: 1

is there any packages to get e-mail/g-mail behind a proxy (kerio proxy not socks) in node js?

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

Answers (1)

Andris
Andris

Reputation: 27885

ImapFlow module supports proxies. When setting it up add proxy:"socks5://…" property to the config to enable it.

Upvotes: 0

Related Questions