go-pop3 icon indicating copy to clipboard operation
go-pop3 copied to clipboard

A simple Go POP3 client library for connecting and reading mails from POP3 servers.

Results 5 go-pop3 issues
Sort by recently updated
recently updated
newest added

If the connected pop3 server port is not open, the timeout option will not take effect.

I applied a change that exposes the `net.Dialer` to be used for the connection via the `Opts` struct. Instead of using `net.DialTimeout`, the users of the library can provide a...

Hi, I'd like to save an attachment. Unfortunatelly is the return value of ContentDisposition always empty. So its not possible to read the attached data. I seems, that the key...

The command under the Install header should nowadays be something like: `go install github.com/knadh/go-pop3@latest`

Hi,knadh,how to add the connect proxy,thanks?

enhancement