]> mj.ucw.cz Git - checkmail.git/commit
Use Content-Length to determine mail length if available
authorMartin Mares <mj@ucw.cz>
Tue, 22 Jul 2014 15:14:03 +0000 (17:14 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 22 Jul 2014 15:14:03 +0000 (17:14 +0200)
commitf790f8303362f85c84b46f2f98bdfdce2df793bf
treed45b4b1ac201ec217038dd95ddf6ab3725f6ddef
parentc90422792b24b88bab8797ac6bb1e511c9ba0b79
Use Content-Length to determine mail length if available

Some programs do not escape "From " lines in the body of the mail,
so just seeking for "From " (even with proper date format) does not
work in general. However, in such cases, Content-Length is present.
cm.c