luetgendorf / StumpyNIO

Dummy SMTP and POP3 mail server library, implemented on top of Swift-NIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StumpyNIO

This library contains definitions for an SMTP server and a POP3 server, backed by a mail store which will hold up to some fixed number of messages. The servers do not actually perform authentication or forwarding, nor are there per-user mailboxes. The point of these servers is to provide a straightforward way to test email sending and retrieval during testing and development of other applications.

About

Dummy SMTP and POP3 mail server library, implemented on top of Swift-NIO

License:MIT License


Languages

Language:Swift 100.0%