maild

Version, currently master branch1 version
  • master branchlatestOct 9, 2015

github.com/trapped/maild

Hassle-free email server - see https://github.com/trapped/gomaild2

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  maild:
    github: trapped/maild
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

  • fs_adapter*github: trapped/fs_adapter
  • active_record*github: waterlink/active_record.cr

README

maild Build Status

SMTP/POP3/IMAP4 server implemented in Crystal. Ideally, it should be easily configured and deployed (I hate Postfix/dovecot).

Only the SMTP protocol is currently (partially) implemented, no db or fancy stuff yet.