gregtatcam / imaplet-lwt

imaplet revamp with Lwt
19 stars 6 forks source link

imaplet

This is a prototype of IMAP server.

To get started

Run the server as: sudo imaplet. You can set some configuration parameters from the command line, for instance: sudo imaplet -port 143 -ssl false -starttls false -net 0.0.0.0

After you start the IMAP server you can connect with your email client to the server. Since the server runs on your local machine, the email address is going to be 'imaplet@localhost' and the IMAP/SMTP address is 'localhost'.