summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/ToHTML.pm
AgeCommit message (Expand)Author
2003-07-03change regexp $url$trailorudb-base2tmu
2003-06-23bugfix at debugtmu
2003-05-27print text in "unknown MIME encoding" case.fukachan
2003-05-16bug fix masking of raw From: addressfukachan
2003-03-09TODO: euc-jp is hard-coded.fukachan
2003-02-20cosmetics (\s*$)fukachan
2003-02-11FNF: not use $_fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-06quick hack at sub sub _print_inline_object_link() URL Linktmu
2003-01-26FNF: style (space and \n)fukachan
2003-01-11fix copyrightfukachan
2003-01-11fix commentsfukachan
2002-11-18bug fix function call: f() => $obj->f()fukachan
2002-10-29umask escaping like splx():fukachan
2002-10-20clean up white spacesfukachan
2002-10-11rename index.html to index_all.htmltmu
2002-10-06add index reverse code at _update_id_monthly_index()tmu
2002-10-03enabled to handle order in index.html by $html_archive_index_order_type.fukachan
2002-10-02add html_id_order for index.htmltmu
2002-09-28we should not use hard-coded file/dir modefukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-10debug-ify some messagefukachan
2002-05-16not reset @AnyDBM_File::ISA. It is better for us to use the default @ISAfukachan
2002-04-27clean up white spacesfukachan
2002-04-21you can specify $ENV{MAX}fukachan
2002-04-21sort years in monthly.indexfukachan
2002-04-20htmlify_dir() accepts options: $has_fork and $max (for debug)fukachan
2002-04-20for () { fork() && call htmlify_file() }fukachan
2002-04-19bug fix: check the source file existence more severelyfukachan
2002-04-19cosmetics: white spacesfukachan
2002-04-18check $args->{ file } more severely in _update_relation()fukachan
2002-04-15BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File); }fukachan
2002-04-14set $code for Jcode if neededfukachan
2002-04-14validate or warn input into Jcodefukachan
2002-04-14validate $curid ($self->{ _current_id})fukachan
2002-04-14fix $subdir handling on month boundaryfukachan
2002-04-07remove \s*$fukachan
2002-04-06more defined() checkfukachan
2002-03-31change .ht* database namesfukachan
2002-03-31cosmetics on white spacesfukachan
2002-03-31the html file path is changed to YYYYMM/msg$id.html by default.fukachan
2002-03-31rename class: Mail::HTML::Lite -> Mail::Message::ToHTMLfukachan