Commit Diff


commit - c7ecbae7a01d99416d38b142023e4701508d903b
commit + 63d6f8291650351e5067cd50373f3f6d202b65df
blob - /dev/null
blob + ebf0db795e2a08b39cc7d6fdca8e5d8d25f327c4 (mode 644)
--- /dev/null
+++ LICENSE
@@ -0,0 +1,13 @@
+Copyright (c) 2021 Oliver Lowe <o@olowe.co>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
blob - 58b412721460b8163b1178c27a65f0e8438eb51c (mode 644)
blob + /dev/null
--- mailmux.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package mailmux
-
-type Alias struct {
-	recipient string
-	destination string
-}