summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
AgeCommit message (Collapse)AuthorFilesLines
2004-06-23Update to p5-Mail-Mbox-MessageParser-1.20.snj2-5/+5
Changes since 1.14: - More robust use of GNU grep to find emails on DOS systems - Fixed an uninitialized value warning in Cache.pm - Made everything work with DOS-style line endings. Added endline() function to return the detected line ending - Now keeps reading the first paragraph until a maximum number of bytes have been read.
2004-05-07Initial import of p5-Mail-Mbox-MessageParser-0.14:wiz4-0/+40
Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses the best of three strategies for parsing a mailbox: either using cached folder information, GNU grep, or highly optimized Perl. XXX: might need some adaptation for OSs where diff and bzip2 are not in the base system.