summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message.pm
AgeCommit message (Expand)Author
2017-12-31apply patch to fix charset handling in Content-Type headerfukachan
2006-04-15nuke ambiguous method and variable name.fukachan
2006-01-09white space cosmetics.fukachan
2005-09-11move thread outline generator codes to Mail::Message::Outline.fukachan
2005-09-02append/prepend() checks charset info case-insensitively.fukachan
2005-09-01fix copyrightfukachan
2005-08-31fix dupfukachan
2005-08-31implement new method prepend(), append() and whole_message_body_tail().fukachan
2004-12-08implement message_chain_as_array_ref() method.fukachan
2004-07-26implement get_print_mode()fukachan
2004-07-23white space cosmeticsfukachan
2004-06-27queue system debug: trace number of bytes written.fukachan
2004-05-24\*HANDLE -> *HANDLE{IO}.fukachan
2004-04-15Content-Type case-insensitive in _data_type()tmu
2004-03-31fix comments (FNF)fukachan
2004-03-28implement methods to detect the end of thread:fukachan
2004-03-27implement one_line_summary($params) and summary($params) to returnfukachan
2004-02-29fix copyrightcommand-reconstruct-basefukachan
2004-02-26enhance trap regexp for charset=...fukachan
2003-10-15consider Accept-Language: (but not used yet now ;-).fukachan
2003-10-15space cosmeticsfukachan
2003-09-13fix variable initialization to avoid undefined reference warning.fukachan
2003-09-08bug fix text/* part should know its own charset and encoding based onfukachan
2003-08-20FNF: fix commentfukachan
2003-08-16correct handling of the first dash-boundary.fukachan
2003-08-16modify logic to find the start point of multipart.fukachan
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