| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-08-19 | fix copyright | fukachan | |
| 2005-08-19 | FNF: XXX_clean_up() -> XXX_cleanup() | fukachan | |
| 2005-08-19 | better method naming convension: from_to_name -> from_address_to_name | fukachan | |
| 2005-08-17 | FNF: adjust methond naming convension. | fukachan | |
| str_dump() -> dump_string() | |||
| 2005-08-11 | typo fix title in _update_montly_thread_index_master() | tmu | |
| 2005-08-09 | fixed function name: | fukachan | |
| o htmlfy_rfc822_message() -> htmlify_rfc822_message(). o html_begin() -> html_start() | |||
| 2005-08-06 | fix copyright | fukachan | |
| 2005-08-06 | overhaul: | fukachan | |
| [sg]et_db_module_name() -> [sg]et_db_module_class(). get_time_from_header() -> _get_time_from_header(). mov get_time_from_header() to Mail::Message::Utils class. clean up. remove not used variable. fix db_close(). fix comments. | |||
| 2005-08-06 | switched to use Mail::Message::Utils::get_time_from_header. | fukachan | |
| 2005-08-06 | define get_time_from_header() method (moved from Mail::Message::DB). | fukachan | |
| 2005-05-30 | switch to use MIME::Base64::Perl not MIME::Base64 module. | fukachan | |
| define raw_decode_{base64,qp}(). | |||
| 2005-05-30 | use Mail::Message::Encode not MIME::Base64. | fukachan | |
| 2005-05-27 | fix comments (FNF) | fukachan | |
| 2005-05-27 | sort the output for a,b,c style input. | fukachan | |
| 2005-05-27 | use Jcode always. | fukachan | |
| 2005-05-26 | not use str.str | fukachan | |
| 2004-11-14 | add monthly thread indexnewvardef-base | tmu | |
| 2004-10-31 | bug fix comment: fixed return value | fukachan | |
| 2004-07-26 | handle subject tag separetely in string escaping. | fukachan | |
| 2004-07-23 | white space cosmetics | fukachan | |
| 2004-07-23 | fix comments (FNF) | fukachan | |
| 2004-07-23 | bug fix arguments. | fukachan | |
| 2004-07-23 | fix comments. | fukachan | |
| modify variable name to clarify the role. | |||
| 2004-07-11 | fix comments | fukachan | |
| 2004-07-06 | put back initializtion code to 1.3 one. | fukachan | |
| 2004-06-30 | reduce error messages | tmu | |
| 2004-06-29 | overhaul: | fukachan | |
| o fix comments. o fix messages/error messages. o use //o if could. o specify initial value. | |||
| 2004-06-23 | bug fix: delete_dup_reply_tag() runs always. (fml-devel: 711) | fukachan | |
| 2004-06-19 | fix sytle (FNF) | fukachan | |
| 2004-06-14 | bugfix @indexs use my $indexs = \@indexs; | tmu | |
| 2004-06-11 | select index files using @indexs | tmu | |
| 2004-06-11 | null check $key at _db_set() | tmu | |
| 2004-06-11 | set $main::opt_mimedecodequoted at _print_li_filename(),_format_safe_header() | tmu | |
| 2004-04-27 | fix commentsmail-fallback-base | fukachan | |
| 2004-03-31 | fix comments (FNF) | fukachan | |
| 2004-03-28 | bug fix handling of range expanded by Mail::Message::MH module. | fukachan | |
| 2004-03-28 | define {set,get}_article_summary() and article_summary db to handle | fukachan | |
| article summary easily. | |||
| 2004-03-28 | fix usage of Mail::Message::Language::Japanese::Subject. | fukachan | |
| 2004-03-28 | define new db: thread_status article_status | fukachan | |
| implement new methods: set_thread_status(), get_thread_status(), set_article_status() and get_article_status(). | |||
| 2004-03-27 | implement get_thread_data() which return thread data around the | fukachan | |
| specified key. | |||
| 2004-03-27 | check if the sequence is positive value. | fukachan | |
| 2004-03-27 | implement is_citation(), is_signature(). | fukachan | |
| 2004-03-27 | implement get_thread_data(), get_thread_member_as_array_ref(). | fukachan | |
| 2004-03-24 | clean up campaign around thread function. | fukachan | |
| rename function name: o thread_summary -> get_thread_summary o tohtml_thread_summary -> get_tohtml_thread_summary o msg_time -> get_time_from_header | |||
| 2004-02-29 | fix copyrightcommand-reconstruct-base | fukachan | |
| 2004-02-29 | accept_language_list() return [] not [*] if not found. | fukachan | |
| 2004-02-26 | handle X-Accept-Language: | fukachan | |
| 2004-02-26 | fix comments | fukachan | |
| 2004-02-24 | fix copyright | fukachan | |
| 2004-02-15 | add new methods: | fukachan | |
| +charcode_convert_to_internal_code(). +charcode_convert_to_external_charset(). we need to ignore original charset in some cases. So, if "=?sjis=..." is input, we return it as "=?iso-2022-jp...". more debug codes. | |||
