mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
.. | ||
LICENSE.md | ||
maildir.go | ||
memory.go | ||
mongodb.go | ||
README.md | ||
storage.go |
MailHog storage backends
github.com/mailhog/storage
implements MailHog storage backends:
- In-memory
- MongoDB
You should implement storage.Storage
interface to provide your
own storage backend.
Licence
Copyright © 2014 - 2016, Ian Kent (http://iankent.uk)
Released under MIT license, see LICENSE for details.