[pop3] remove extra space in LIST command

Some servers, e.g. mail.bezeqint.net:110, consider it a syntax error
This commit is contained in:
Ori Avtalion
2011-06-21 01:33:32 +03:00
parent 57064e4a0d
commit af6dcc92d5
3 changed files with 7 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
<protocol>
USER user
PASS secret
LIST
LIST
QUIT
</protocol>
</verify>