andris9 / hoodiecrow

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

IMAPConnection in server.js #15

Open emersion opened 9 years ago

emersion commented 9 years ago

server.js contains IMAPServer and IMAPConnection: https://github.com/andris9/hoodiecrow/blob/master/lib/server.js#L754

What do you think of splitting the code into server.js and connection.js for better readability?