andris9 / hoodiecrow

Scriptable IMAP server for client integration testing
http://andris9.github.io/hoodiecrow/
Other
60 stars 27 forks source link

The best way to manage multiple active IMAP connections #7

Open diorahman opened 10 years ago

diorahman commented 10 years ago

Currently, I see that the active connections is managed in memory using array. Is there such a "reconnection" mechanism in IMAP world? Hence, if a connection is considered inactive, the server could turn the particular connection down and do the reconnection without acquiring user credentials.

Thanks