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
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.

2006-08-25 07:41
1.4005

버그는 어디에 끝 "보낸 사람"로 시작하는 라인 근처에서 메시지를 무한 루프에 들어갈 Grep 구현에 초래 해결되었습니다.
Tags: Minor bugfixes
A bug where messages with a line near the end that
start with "From " would cause the Grep
implementation to go into an infinite loop was
fixed.

2006-05-21 19:18
1.4003

이 릴리스의 버그 수정이 어디 부분 멀티 데 경계처럼 ""와 "문자가 포함된 이메일 +"사서함의 나머지가 발생할 것이라고 경계와 이메일의 일부로 취급됩니다.
Tags: Major bugfixes
This release fixes a bug where multi-part emails having boundaries
containing characters like " " and "+" would cause the remainder of
the mailbox to be treated as part of the email with the boundary.

2006-02-09 23:07
1.4002

tzip 지원이 감소되었습니다. 잘못된 캐시 감지하고 덮어 씁니다. Perl의 구현에 큰 메모리 소비가 버그가 수정되었습니다.
Tags: Major bugfixes
tzip support has been dropped. An invalid cache is now detected and overwritten. A major memory consumption bug in the Perl implementation has been fixed.

2005-08-03 09:11
1.4001

두 사서함 RFC822 첨부 파일 및 메시지의 길이보다 3 이상의 시간대를 필요로 메시지가 이제 올바르게 처리됩니다.
Tags: Major bugfixes
Both mailboxes having messages with RFC822
attachments and messages having time zones of
length more than 3 are now correctly handled.

Project Resources