0.0
No commit activity in last 3 years
No release in over 3 years
Groat SMTPD is a flexible extensible RFC-compliant implementation of the Simple Mail Transfer Protocol. It includes support for the 8bit-MIMEtransport, Authentication, BINARYMIME, CHUNKING, Pipelining, Message Size Declaraion, and STARTTLS service extensions. It also includes framework for the non-standard ONEX and VERB verbs and the SASL LOGIN mechanism.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.3
 Project Readme

Groat: Simple Mail Transfer Protocol Daemon¶ ↑

Installation¶ ↑

gem install groat-smtpd

Configuration¶ ↑

Start with the example daemon. It shows the basics of building a SMTP server using Groat. Simple include the various extensions to add features to your server.

TODO¶ ↑

(in no particular order)

  • Write docs

  • Refactor SSL to have a common ssl base class

  • Refactor 8BitMIME/BinaryMIME to have a common body_encoding base class

  • Create a Mail class to store each mail

    • Create a Recipient class to store info on each recipient

  • Finish implementing the CHUNKING extension

  • Implement the Enhanced Status Codes extension