Compare commits

..

No commits in common. "main" and "v0.0.1" have entirely different histories.
main ... v0.0.1

View File

@ -3,6 +3,7 @@ package plugin
import ( import (
"crypto/tls" "crypto/tls"
"encoding/base64" "encoding/base64"
"fmt"
"io" "io"
"strings" "strings"
@ -69,7 +70,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,