History log of /curl/tests/data/test997 (Results 1 – 1 of 1)
Revision Date Author Comments
# 4cd10ee2 28-Aug-2024 Stefan Eissing

POP3: fix multi-line responses

Some POP3 commands are multi-line, e.g. have responses terminated by a
last line with '.', but some are not. Define the known command
properties and fi

POP3: fix multi-line responses

Some POP3 commands are multi-line, e.g. have responses terminated by a
last line with '.', but some are not. Define the known command
properties and fix response handling.

Add test case for STAT.

Fixes #14677
Reported-by: ralfjunker on github
Closes #14707

show more ...