summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/DB.pm
AgeCommit message (Expand)Author
2018-09-08_decode_mime_string() switched to use mime_header_decode_as_octets() of Mail:...Ken'ichi Fukamachi
2006-01-09white space cosmetics.fukachan
2005-08-31implement find_head_key().fukachan
2005-08-27define open() and close()fukachan
2005-08-25renamed methonds:fukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-19better method naming convension: from_to_name -> from_address_to_namefukachan
2005-08-06fix copyrightfukachan
2005-08-06overhaul:fukachan
2004-06-11null check $key at _db_set()tmu
2004-03-28bug fix handling of range expanded by Mail::Message::MH module.fukachan
2004-03-28define {set,get}_article_summary() and article_summary db to handlefukachan
2004-03-28define new db: thread_status article_statusfukachan
2004-03-27implement get_thread_data() which return thread data around thefukachan
2004-03-24clean up campaign around thread function.fukachan
2004-02-15white space cosmetics.fukachan
2004-01-24overhaul from FNF point view.fukachan
2003-12-10quick hack for trouble making html indexs and working distributetmu
2003-10-15space cosmeticsfukachan
2003-10-14oops, remove debug message outputfukachan
2003-10-06handle article subject specilly where the key in db is "article_subject".fukachan
2003-10-01create article_$header db too.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21add a commentfukachan
2003-07-21FNFfukachan
2003-07-20restrict demand copying only for the previous messages before the current onefukachan
2003-07-20comment on analyze()fukachan
2003-07-19merge udb branchfukachan
2003-06-24bug fix negative cache handling et.al.fukachan
2003-06-24demand copying from old db to udb if needed(demaned) when _db_get() called.fukachan
2003-06-24save all values of fields.fukachan
2003-06-15disable debug.fukachan
2003-06-15fix typofukachan
2003-06-15move thread_summary generator wrapper from ToHTML to DBfukachan
2003-06-14thread_summary() return more info: id, html_*fukachan
2003-06-14implement get_as_array_ref() and get_table_as_hash_ref().fukachan
2003-06-14implement Mail::Message::Utils::from_to_name() and modified modules tofukachan
2003-06-14implement separete method _save_header_info() to handle header info.fukachan
2003-06-04FNFfukachan
2003-06-03clarify thread logic.fukachan
2003-06-02monthly_to_key_list -> month_to_key_listfukachan
2003-06-02implement thread_summary().fukachan
2003-06-01move main db manipulation code from ToHTML.pm to DB.pm.fukachan