From 9bdcf1e4f99b6e3483d4c434fdfba7cd98633971 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 19 Feb 2024 12:22:33 -0500 Subject: [PATCH] bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 11f2564..7e9991d 100644 --- a/main.go +++ b/main.go @@ -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: 110, TLSEnabled: false}) + p := pop3.New(pop3.Opt{Host: "teamworkapps.com", Port: 993, TLSEnabled: true}) c, err := p.NewConn() if err != nil {