Compare commits
No commits in common. "main" and "v0.0.1" have entirely different histories.
@ -3,6 +3,7 @@ package plugin
|
||||
import (
|
||||
"crypto/tls"
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
@ -69,7 +70,7 @@ func (obj *DefaultObject) New(conf Config) *Object {
|
||||
conf.ImapPort = 993
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Println(u.BMagenta(u.JsonP(conf)), 111)
|
||||
return &Object{
|
||||
smtpHost: conf.SmtpHost,
|
||||
smtpPort: conf.SmtpPort,
|
||||
|
Loading…
Reference in New Issue
Block a user