This commit is contained in:
Your Name
2024-02-19 12:23:09 -05:00
parent 9bdcf1e4f9
commit dd52b9ce78

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: "teamworkapps.com", Port: 993, TLSEnabled: true})
p := pop3.New(pop3.Opt{Host: "teamworkapps.com", Port: 110, TLSEnabled: true})
c, err := p.NewConn()
if err != nil {