Compare commits

...

1 Commits
v0.0.1 ... main

Author SHA1 Message Date
182b2fd96f 删除调试信息 2025-05-01 20:40:52 +08:00

View File

@ -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,