Download List

Projeto Descrição

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

O cache e implementações Grep agora detectar quando se tenham verificado alterações para o arquivo que está sendo analisado e automaticamente reverter para a implementação do Perl. O teste de reposição foi alterado para que ele não cria saída com finais de linha inconsistentes no caso de uma caixa de DOS. Um bug que ocasionalmente a leitura do próximo e-mail vai entrar em um loop infinito quando se lê da entrada padrão foi fixado. read_next_email agora retorna undef no final do arquivo.
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

Um bug onde as mensagens com uma linha perto do fim que começam com "From" poderia causar a execução Grep para entrar em um loop infinito foi corrigido.
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

Esta versão corrige um bug onde multi-part-mails com os limites que contêm caracteres como "e" + "faria com que o restante da caixa de correio para ser tratada como parte do e-mail com a fronteira.
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

apoio tzip foi descartada. Um inválido foi detectado e substituídos. Um erro maior consumo de memória na execução Perl foi corrigido.
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

Ambas as caixas de correio com mensagens com anexos RFC822 e mensagens de fusos horários com duração de mais de 3 são tratados corretamente.
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