You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2018. It is now read-only.
Similarly to how Celluloid::DNS provides a bare-bones DNS Server, and Reel provides a bare-bones HTTP/S and WebSocket server, write a bare-bones IMAP Server using Celluloid::IO, in pure Ruby.
There are many existing servers offering IMAP services, but these tend to be extremely large applications which are slow, use a tremendous amount of resources, and which fail to progress as the internet evolves.
A Celluloid::IO based IMAP server could become a light-weight and yet highly robust and modifiable internet protocol server for email, like Reel is for the Web.