Added support for LISTing a single POP3 message
authorDan Fandrich <dan@coneharvesters.com>
Thu, 17 Mar 2011 23:59:30 +0000 (16:59 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 17 Mar 2011 23:59:30 +0000 (16:59 -0700)
commitef1c18b952de0763037b7c940cc6960bbf990912
treeffa970c9b44bdf94c3480529c52b50ad2d60137c
parent409867e62bf1b12e0fa0d39007256b5807a60cea
Added support for LISTing a single POP3 message

Added tests for a number of POP3 LIST operations, including one
that shows a curl problem when listing no messages, so is
disabled.
lib/pop3.c
lib/pop3.h
tests/data/DISABLED
tests/data/Makefile.am
tests/data/test808 [new file with mode: 0644]
tests/data/test809 [new file with mode: 0644]
tests/data/test810 [new file with mode: 0644]
tests/data/test811 [new file with mode: 0644]
tests/ftpserver.pl