Swiftpack.co - sbeitzel/StumpyNIO as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by sbeitzel.
sbeitzel/StumpyNIO 1.2.1
Dummy SMTP and POP3 mail server library, implemented on top of Swift-NIO
⭐️ 0
🕓 1 year ago
macOS linux
.package(url: "https://github.com/sbeitzel/StumpyNIO.git", from: "1.2.1")

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.

GitHub

link
Stars: 0
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.2.1
1 year ago

Fix issue #1 by trying to bind to IPv6 first (which will also handle IPv4) and if that fails, then try IPv4. So, systems that do not have IPv6 enabled will still be able to run stumpy.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics