mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.14k stars 379 forks source link

Maximum number of IMAP connections exceeded #882

Closed blakegonzales closed 1 year ago

blakegonzales commented 1 year ago

I've successfully been using imap-backup for a couple years now. Thank you!

Today I ran across this issue in the log after traversing about 75% of my imap folders on the server.

S: RUBY0001 NO [UNAVAILABLE] Maximum number of connections from user+IP exceeded (mail_max_userip_connections=30)

Is there a way to limit the number of connections imap-backup creates as it runs?

Thanks, Blake

mscdex commented 1 year ago

I think you left this issue on the wrong repo?

blakegonzales commented 1 year ago

That I did!! Sorry about that