ports/mail/mailslurper/files/patch-cmd_mailslurper_controllers_ServiceController.go
Einar Bjarni Halldórsson e11b4a2169 mail/mailslurper: New port
MailSlurper is a small SMTP mail server that slurps mail into oblivion!

MailSlurper is perfect for individual developers or small teams writing
mail-enabled applications that wish to test email functionality without
the risk or hassle of installing and configuring a full blown email
server.

It's simple to use! Simply setup MailSlurper, configure your code and/or
application server to send mail through the address where MailSlurper is
running, and start sending emails!

MailSlurper will capture those emails into a database for you to view at
your leisure.

PR:		268242
Reported by:	einar@isnic.is
Tested by:	bofh
Approved by:	einar@isnic.is (submitter is maintainer)
2022-12-08 09:16:32 -06:00

11 lines
411 B
Go

--- cmd/mailslurper/controllers/ServiceController.go.orig 2020-04-16 15:08:09 UTC
+++ cmd/mailslurper/controllers/ServiceController.go
@@ -11,7 +11,7 @@ import (
"strconv"
"time"
- "github.com/labstack/echo"
+ "github.com/labstack/echo/v4"
"github.com/mailslurper/mailslurper/pkg/auth/auth"
"github.com/mailslurper/mailslurper/pkg/auth/authfactory"
"github.com/mailslurper/mailslurper/pkg/auth/jwt"