summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message.pm
AgeCommit message (Expand)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-18__next_message() -> _next_message_is()fukachan
2002-01-16oops, forgotten. fix head_message() -> __head_message()fukachan
2002-01-16change Mail::Message naming convention.fukachan
2002-01-13oops, fix typo (not remove =cut before the last 1;)fukachan
2002-01-13remove \s*$fukachan
2002-01-13reorder find() definition locationfukachan
2002-01-13use rfc822_message_ as prefix for method to manipulate the wholefukachan
2002-01-13header_size() -> whole_message_header_size()fukachan
2002-01-13nuke C<> in =head2 function()fukachan
2002-01-13remove header(), data() methodfukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
2001-12-22remove \s*$fukachan
2001-10-29_get_mime_header() checks offset boundaryfukachan
2001-10-27oops, should be s///mi to trap encodingefukachan
2001-10-27change method: data() -> data_in_body_part()fukachan
2001-10-21check defined $header->get(content-type)fukachan
2001-10-21check more defined() checkfukachan
2001-10-20bug fix: $InComingMessage should not local scope. modify it to SCALAR REFfukachan
2001-09-23implement get_offset():fukachan
2001-09-23implement get_encoding_mechanism() in Mail::Message.fukachan
2001-08-23more debug to show {header,body}_sizefukachan
2001-08-02handle buffer (MIME part) without trailing "\n".fukachan
2001-06-02clean up documentfukachan
2001-05-18parse() can accpet either file or fd (file descriptor).fukachan
2001-05-06update documents to reflect Mail::Message::*fukachan
2001-05-06replace create($me, $args) with _build_message($me, $args) sincefukachan
2001-05-05nuke data_type().fukachan
2001-04-15fix regexp to extrace type from content-type:fukachan
2001-04-15smtpsvc returns boundary = "boundary" formatfukachan
2001-04-15mime *type is case insensitive.fukachan
2001-04-13we can handle broken multipart message now, I believe.fukachan
2001-04-12corrent how to parse broken multipart messagefukachan
2001-04-12enforce to parse broken multipart message ;)fukachan
2001-04-12debug on if $ENV{'debug'} is defined.fukachan
2001-04-10use text/rfc822-headers not a fake rfc822/message.headerfukachan
2001-04-09define nth_paragraph()fukachan
2001-04-08define find() to search specified object.fukachan
2001-04-08fix Content-Type: parsingfukachan
2001-04-08modify object format. It has data_info and align the name syntax tofukachan
2001-04-07clena up messagefukachan
2001-04-07change print() output mode to "raw" by default. We preparefukachan
2001-04-06correct method name and internal variable names. now we use data andfukachan
2001-04-06nuke orphan $imail-message-0-2fukachan
2001-04-06nuke AUTOLOAD to avoid ambiguous methodfukachan
2001-04-06define head() and last() methodfukachan
2001-04-05s/chain/next_chain/fukachan
2001-04-03Initial revisionfukachan