POP3: fixed escaped dot not being striped out
authorSteve Holme <steve_holme@hotmail.com>
Wed, 30 Nov 2011 18:23:09 +0000 (18:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Nov 2011 23:06:47 +0000 (00:06 +0100)
commitbdb647814ebf0b19e9e97507e3f99b3b4bbbf8be
treea3ac996561c0361c56fffc6c1079733a9310a9a7
parentc92234c3bcbb92579a5adecb25c23810e2bc4c10
POP3: fixed escaped dot not being striped out

Changed the eob detection to work across the whole of the buffer so that
lines that begin with a dot (which the server will have escaped) are
passed to the client application correctly.
lib/pop3.c