-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maildisconnect feature doesn't work. #51
Comments
feel free to send a PR :) |
Hello Chriag, Sounds good. Let me work on it. Amol
|
I think the imap.end(); function is a little wonky. Is there any reason why we couldn't use imap.destroy() ? |
@jljorgenson18 Seems like imap changed it to destroy from end? If that's the case, can you PR? |
+1 Is this repo mantained? |
The mailconnection works properly but it doesn't disconnect from the server properly. This causes the mail_max_userip_connections=10 issue. I am unable to close connection and then after 10 connections from the same ip, the server doesn't allow us to connect.
The text was updated successfully, but these errors were encountered: