Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-11 17:11 Back to release list
1.5000

캐시 및 Grep 구현은 이제 변경을 수행할 때 파일에 발생한 검색 구문 분석되고 자동으로 Perl의 구현으로 되돌아갑니다. 재설정 테스트 그래서 그것이 DOS를 사서함의 경우에는 일관성이 라인 엔딩과 출력을 만들지 않습니다 바뀌었습니다. 버그는 어디에 다음 이메일 읽고 가끔 무한 루프는 표준 입력에서 읽기로 고정되었다 갈 것입니다. read_next_email 지금은 파일의 끝에 undef를 반환합니다.
Tags: Major bugfixes
The Cache and Grep implementations now detect when
changes have occurred to the file being parsed and
automatically revert to the Perl implementation.
The reset test was changed so that it doesn't
create output with inconsistent line endings in
the case of a DOS mailbox. A bug where
occasionally the reading of the next email will go
into an infinite loop when reading from standard
input was fixed. read_next_email now returns undef
on end of file.

Project Resources