summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/ToHTML.pm
AgeCommit message (Expand)Author
2003-07-19catch up -currentudb-mergefukachan
2003-06-24pass $old_db_base_dir to DB modulefukachan
2003-06-15disable debug.fukachan
2003-06-15remove __str2array()fukachan
2003-06-15move thread_summary generator wrapper from ToHTML to DBfukachan
2003-06-14fix filepath of thread links.fukachan
2003-06-14fix filename to use db valuefukachan
2003-06-14FNFfukachan
2003-06-14remove ndb_key(), which is not usedfukachan
2003-06-14rewritten based on new DB module.fukachan
2003-06-14implement Mail::Message::Utils::from_to_name() and modified modules tofukachan
2003-06-14modified to use Mail::Message::Encode::decode_mime_string().fukachan
2003-06-03id_max -> max_idfukachan
2003-06-02remove _address_clean_up(), which is not used.fukachan
2003-06-02modified to use DB::thread_summary($id).fukachan
2003-06-01move main db manipulation code from ToHTML.pm to DB.pm.fukachan
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