mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-08 04:01:55 +00:00
Config file loading/validation implemented.
Builds, does not run!
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"bytes"
|
||||
"container/list"
|
||||
"fmt"
|
||||
"github.com/jhillyerd/inbucket/app/inbucket"
|
||||
"github.com/jhillyerd/inbucket"
|
||||
"net"
|
||||
"regexp"
|
||||
"strconv"
|
||||
|
||||
@@ -2,7 +2,7 @@ package smtpd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/jhillyerd/inbucket/app/inbucket"
|
||||
"github.com/jhillyerd/inbucket"
|
||||
"github.com/robfig/revel"
|
||||
"net"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user