aboutsummaryrefslogtreecommitdiff
path: root/vs
diff options
context:
space:
mode:
authorJiri Hruska <jirka@fud.cz>2013-03-01 20:34:51 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-03-02 19:34:25 +0000
commitf8c8c76d39ac2fa825481ba42ab2247cd122f963 (patch)
treeff0b3ad78f16ff8ea8b287e6a3e3cd658f6595f4 /vs
parent90b7d0ea599a030b5e24e1edcdb3c1d8e079f399 (diff)
imap: Implemented APPEND final processing
The APPEND operation needs to be performed in several steps: 1) We send "<tag> APPEND <mailbox> <flags> {<size>}\r\n" 2) Server responds with continuation respose "+ ...\r\n" 3) We start the transfer and send <size> bytes of data 4) Only now we end the request command line by sending "\r\n" 5) Server responds with "<tag> OK ...\r\n" This commit performs steps 4 and 5, in the DONE phase, as more processing is required after the transfer.
Diffstat (limited to 'vs')
0 files changed, 0 insertions, 0 deletions