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

Package pop3 provides an implementation of the Post Office Protocol - Version 3.

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

I discovered that reading a mail message using `c.ReadLines()` is incorrect: while the function interprets a single `.` as the end of message, it does not un-escape the dot when...

Servers only delete messages when they receive a QUIT command. The QUIT command may take some time, and if servers close connections as soon as the remote side closes them,...