diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-08 13:15:40 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-08 13:15:40 +0000 |
commit | 705743c89d98a774bce6d90fac938647a8ff815b (patch) | |
tree | 79c2c97d9a8c5d9f7fdeee1320c045ddb90e6ecb /driver.c | |
parent | 48409536cf5f2f59917e177eee7c3886fa671e77 (diff) | |
download | fetchmail-705743c89d98a774bce6d90fac938647a8ff815b.tar.gz fetchmail-705743c89d98a774bce6d90fac938647a8ff815b.tar.bz2 fetchmail-705743c89d98a774bce6d90fac938647a8ff815b.zip |
Document that qmail-pop3d miscalculates the message sizes.
svn path=/branches/BRANCH_6-3/; revision=4817
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -737,6 +737,9 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, * It's unclear what is going on here, as the * QUALCOMM server (at least) seems to be * reporting the on-disk size correctly. + * + * qmail-pop3d also goofs up message sizes and does not + * count the line end characters properly. */ if (msgblk.msglen != msgsize) { |