This commit is contained in:
Your Name 2024-02-19 12:18:46 -05:00
parent 82b7a43beb
commit d47563c902
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func main() {
// Test if the given username ans password can authenticate via pop3
// If so, change the password
p := pop3.New(pop3.Opt{Host: "127.0.0.1", Port: 995, TLSEnabled: true})
p := pop3.New(pop3.Opt{Host: "127.0.0.1", Port: 110, TLSEnabled: false})
c, err := p.NewConn()
if err != nil {