Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
182b2fd96f |
@ -3,7 +3,6 @@ package plugin
|
|||||||
import (
|
import (
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
@ -70,7 +69,7 @@ func (obj *DefaultObject) New(conf Config) *Object {
|
|||||||
conf.ImapPort = 993
|
conf.ImapPort = 993
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println(u.BMagenta(u.JsonP(conf)), 111)
|
|
||||||
return &Object{
|
return &Object{
|
||||||
smtpHost: conf.SmtpHost,
|
smtpHost: conf.SmtpHost,
|
||||||
smtpPort: conf.SmtpPort,
|
smtpPort: conf.SmtpPort,
|
||||||
|
Loading…
Reference in New Issue
Block a user