Added support for IMAP4 commands that may span multiple packets by calling recv(...
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 25 May 2013 21:25:00 +0000 (17:25 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 25 May 2013 21:36:10 +0000 (17:36 -0400)
commitdb28d5c6f7928b707bffa193ad93dfa7556ab0ad
treeebcbfba998d54aa59a48657124147273e4914ce9
parenteaca75aa6c133cc6ff3d707f7ae8dbfbe51a6d2a
Added support for IMAP4 commands that may span multiple packets by calling recv() until full IMAP4 response is received

Now using the same Tx and Rx buffers for POP3 and IMAP4
ChangeLog
src/imap.c
src/imap.h
src/network.c
src/network.h
src/pop3.c
src/pop3.h