mirror of https://github.com/gophish/gophish
gofmt'ing the IMAP changes
parent
61bbb22f7c
commit
0f6439de5a
|
@ -191,7 +191,6 @@ func (mbox *Mailbox) newClient() (*client.Client, error) {
|
|||
return imapClient, err
|
||||
}
|
||||
|
||||
|
||||
err = imapClient.Login(mbox.User, mbox.Pwd)
|
||||
if err != nil {
|
||||
return imapClient, err
|
||||
|
|
|
@ -9,11 +9,11 @@ package imap
|
|||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
"path/filepath"
|
||||
|
||||
log "github.com/gophish/gophish/logger"
|
||||
"github.com/jordan-wright/email"
|
||||
|
|
Loading…
Reference in New Issue