| Age | Commit message (Expand) | Author |
| 2002-08-03 | some debug codes (disabled now) | fukachan |
| 2002-07-02 | fix comments | fukachan |
| 2002-05-18 | implement message_text_as_array_ref() | fukachan |
| 2002-05-11 | nuke \s*$ | fukachan |
| 2002-05-11 | no no no, not reset $data_ptr unless body | fukachan |
| 2002-05-11 | fix: parser() should handle header only message. | fukachan |
| 2002-04-28 | validate by defined() more | fukachan |
| 2002-04-28 | check invalid multipart format | fukachan |
| 2002-04-28 | remove module global variable $InComingMessage | fukachan |
| 2002-04-28 | new() not need $InComingMessage here | fukachan |
| 2002-04-28 | fix comment. | fukachan |
| 2002-04-27 | check more data by defined() | fukachan |
| 2002-04-26 | check defined($InComingMessage) before $body_size estimation | fukachan |
| 2002-04-25 | check defined($InComingMessage) before $body_size estimation | fukachan |
| 2002-04-19 | cosmetics: white spaces | fukachan |
| 2002-04-13 | implement whole_message_as_string_ref() | fukachan |
| 2002-04-08 | fix/clean up documents | fukachan |
| 2002-04-07 | define delete_message_part_link() | tmu |
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan |
| 2002-01-18 | __next_message() -> _next_message_is() | fukachan |
| 2002-01-16 | oops, forgotten. fix head_message() -> __head_message() | fukachan |
| 2002-01-16 | change Mail::Message naming convention. | fukachan |
| 2002-01-13 | oops, fix typo (not remove =cut before the last 1;) | fukachan |
| 2002-01-13 | remove \s*$ | fukachan |
| 2002-01-13 | reorder find() definition location | fukachan |
| 2002-01-13 | use rfc822_message_ as prefix for method to manipulate the whole | fukachan |
| 2002-01-13 | header_size() -> whole_message_header_size() | fukachan |
| 2002-01-13 | nuke C<> in =head2 function() | fukachan |
| 2002-01-13 | remove header(), data() method | fukachan |
| 2002-01-13 | update comments, copyright. FNF-ify. | fukachan |
| 2001-12-22 | remove \s*$ | fukachan |
| 2001-10-29 | _get_mime_header() checks offset boundary | fukachan |
| 2001-10-27 | oops, should be s///mi to trap encodinge | fukachan |
| 2001-10-27 | change method: data() -> data_in_body_part() | fukachan |
| 2001-10-21 | check defined $header->get(content-type) | fukachan |
| 2001-10-21 | check more defined() check | fukachan |
| 2001-10-20 | bug fix: $InComingMessage should not local scope. modify it to SCALAR REF | fukachan |
| 2001-09-23 | implement get_offset(): | fukachan |
| 2001-09-23 | implement get_encoding_mechanism() in Mail::Message. | fukachan |
| 2001-08-23 | more debug to show {header,body}_size | fukachan |
| 2001-08-02 | handle buffer (MIME part) without trailing "\n". | fukachan |
| 2001-06-02 | clean up document | fukachan |
| 2001-05-18 | parse() can accpet either file or fd (file descriptor). | fukachan |
| 2001-05-06 | update documents to reflect Mail::Message::* | fukachan |
| 2001-05-06 | replace create($me, $args) with _build_message($me, $args) since | fukachan |
| 2001-05-05 | nuke data_type(). | fukachan |
| 2001-04-15 | fix regexp to extrace type from content-type: | fukachan |
| 2001-04-15 | smtpsvc returns boundary = "boundary" format | fukachan |
| 2001-04-15 | mime *type is case insensitive. | fukachan |
| 2001-04-13 | we can handle broken multipart message now, I believe. | fukachan |