RIMS (Ruby IMap Server) 0.0.1 released

RIMS version 0.0.1 has been released.

RIMS is IMAP server.
If you want to try RIMS, please install from github.

https://github.com/y10k/rims

This is first release and I am going to develop this software still
more.
Development plan is as follows.

  • v0.0.1
    • Now version.
  • v0.0.2
    • Fast error recovery on connection fatal error (ex. Errno::EPIPE).
    • Fine grain lock for one user multiple connection.
  • v0.0.3
    • DB structure is changed and IMAP UID behavior will follow rules
      that is described at RFC. Incompatible mailbox data!
    • DB data checksum is added.
    • Recovery from broken DB.
  • v0.0.4
    • Optimization to fast search and fast fetch.
    • Charset search.
    • Strict e-mail address data at fetch envelope response.
    • Login authentication mechanisms.
  • v0.0.5
    • Corresponding to multi-user mailbox. Incompatible mailbox data!

Yoshinori T. [email protected]