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

Quit: wait for reply instead of closing the connection prematurely

Open stapelberg opened this issue 4 years ago • 0 comments

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, the delete might be interrupted.

stapelberg avatar May 07 '21 14:05 stapelberg