chirag04/mail-listener2

Maildisconnect feature doesn't work.

Opened this issue · 5 comments

amolc commented

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.

feel free to send a PR :)

amolc commented

Hello Chriag,

Sounds good. Let me work on it.

Amol

On 29 Oct 2015, at 11:48 PM, Chirag notifications@github.com wrote:

feel free to send a PR.


Reply to this email directly or view it on GitHub #51 (comment).

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?