mirror of https://github.com/gophish/gophish
Gofmt'ing so that tests pass
parent
735880c398
commit
27d13a0584
|
@ -123,7 +123,8 @@ func checkForNewEmails(im models.IMAP) {
|
|||
IgnoreCertErrors: im.IgnoreCertErrors,
|
||||
User: im.Username,
|
||||
Pwd: im.Password,
|
||||
Folder: im.Folder}
|
||||
Folder: im.Folder,
|
||||
}
|
||||
|
||||
msgs, err := mailServer.GetUnread(true, false)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue