summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message.pm
AgeCommit message (Expand)Author
2003-06-20bug fixed: message_text() should be able to handle differenct type $data.fukachan
2003-05-09whole_message_as_str():fukachan
2003-05-01implement whole_message_header_as_str()fukachan
2003-05-01remove whole_message_as_string_ref().fukachan
2003-04-18_header_mime_boundary() boundary detect no quote string casetmu
2003-02-13use module global print_mode parameter not private one within object.fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-01FNF: not use $_fukachan
2003-01-11remove not used variables.fukachan
2003-01-09implemenet is_multipart() methodfukachan
2003-01-09fix next/prev link of object chainfukachan
2002-12-30enhance Mail::Message::set_log_function() to override the global logfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-03some debug codes (disabled now)fukachan
2002-07-02fix commentsfukachan
2002-05-18implement message_text_as_array_ref()fukachan
2002-05-11nuke \s*$fukachan
2002-05-11no no no, not reset $data_ptr unless bodyfukachan
2002-05-11fix: parser() should handle header only message.fukachan
2002-04-28validate by defined() morefukachan
2002-04-28check invalid multipart formatfukachan
2002-04-28remove module global variable $InComingMessagefukachan
2002-04-28new() not need $InComingMessage herefukachan
2002-04-28fix comment.fukachan
2002-04-27check more data by defined()fukachan
2002-04-26check defined($InComingMessage) before $body_size estimationfukachan
2002-04-25check defined($InComingMessage) before $body_size estimationfukachan
2002-04-19cosmetics: white spacesfukachan
2002-04-13implement whole_message_as_string_ref()fukachan
2002-04-08fix/clean up documentsfukachan
2002-04-07define delete_message_part_link()tmu
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