pop3: Removed the need for the single message LIST command handler
authorSteve Holme <steve_holme@hotmail.com>
Sun, 25 Mar 2012 10:21:59 +0000 (11:21 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 25 Mar 2012 10:21:59 +0000 (11:21 +0100)
commit01690ed2bce50be86a045fe6edfe9ee72a9e9b9f
tree75954c6b1108d6d690e749a7f80e47c58a2b1cc0
parent2da89708ecea44b15c2ed9642b391e33f5188e91
pop3: Removed the need for the single message LIST command handler

Simplified the code to remove the need for a separate "LIST <msg id>"
command handler and state machine and instead use the LIST command
handler for both operations.
lib/pop3.c
lib/pop3.h