wmpop3lb has some "bugs/nasty things" 1. if we have a "buggy" POP3 server which doesn't support LAST command wmpop3lb doesn't have fall back to STAT command. 2. incorect receiving responces from server. this short strace log says all. recv(5, "+OK dovecot ready.", 1024, 0) = 18 send(5, "USER xxxxx\r\n", 12, 0) = 12 recv(5, "\r\n", 1024, 0) = 2 send(5, "quit\r\n", 6, 0) = 6 recv(5, "+OK\r\n", 1024, 0) = 5 as you see, after user it recv's "\r\n" which belongs to greeting message. Reproducible: Always Steps to Reproduce:
Created attachment 106544 [details, diff] full recv and STAT if LAST fail patch this patch contains: 1. full recv 2. use STAT if LAST fails 3. close socket
In Portage (as new package revision). Thanks for the submission!