bump
This commit is contained in:
parent
dd52b9ce78
commit
8851cac17b
2
main.go
2
main.go
|
@ -102,7 +102,7 @@ func main() {
|
||||||
// Test if the given username ans password can authenticate via pop3
|
// Test if the given username ans password can authenticate via pop3
|
||||||
// If so, change the password
|
// If so, change the password
|
||||||
|
|
||||||
p := pop3.New(pop3.Opt{Host: "teamworkapps.com", Port: 110, TLSEnabled: true})
|
p := pop3.New(pop3.Opt{Host: "teamworkapps.com", Port: 995, TLSEnabled: true})
|
||||||
|
|
||||||
c, err := p.NewConn()
|
c, err := p.NewConn()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue