| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-06-29 | overhaul: | fukachan | |
| o fix comments. o fix messages/error messages. o use //o if could. o specify initial value. | |||
| 2004-06-27 | validate if message object supports write_count() method. | fukachan | |
| 2004-06-27 | queue system debug: trace number of bytes written. | fukachan | |
| 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-06-02 | add yahoo.co.jp | tmu | |
| change ybb.ne.jp end pattern | |||
| 2004-05-25 | define incoming queue. | fukachan | |
| implement new method: incoming_file_path(), incoming_dir_path(). not set transport (not touch transport info file) by default. more rigid write error tracking. rename valid() -> valid_active_queue() to clarify the role. | |||
| 2004-05-24 | \*HANDLE -> *HANDLE{IO}. | fukachan | |
| imlement error*(). write error track. | |||
| 2004-05-24 | check write error more strictly. | fukachan | |
| 2004-05-19 | handle transport infomation. | fukachan | |
| fix comments. | |||
| 2004-05-18 | support lock({ lock_before_runnable => yes }) extension. | fukachan | |
| FML::Process::Distribute needs such option to own the current article delivery by itself to distinct it from queue flush system on other processes. | |||
| 2004-05-18 | implement fallback when it fails to send the mail to all MTA's. | fukachan | |
| failed message is inserted into mail queue for later delivery retry. Also, shorten retry count $max_loop_count since fallback is implemented now. define {set,get}_last_command(), {set,get}_send_command_status(). modified to use them. rename: socket_is_connected -> is_socket_connected | |||
| 2004-05-17 | ensure numeric value | fukachan | |
| 2004-05-17 | implement {set,get}_map_status() | fukachan | |
| 2004-05-16 | define $MAP_ERR_OPEN. | fukachan | |
| log status of done or not (log only yet). | |||
| 2004-05-16 | clean up message, log. | fukachan | |
| fix retry logic. | |||
| 2004-05-16 | remove private method. | fukachan | |
| s/_rollback_map_position/rollback_map_position/g; s/_reset_mapinfo/reset_mapinfo/g; | |||
| 2004-05-16 | not export _smtplog | fukachan | |
| 2004-05-16 | fix comments | fukachan | |
| 2004-05-16 | rollback if DATA error occurs. | fukachan | |
| rename _get_*() -> get_*(), _set_*() -> set_*() since private methods should not be shared over modules. | |||
| 2004-04-27 | fix commentsmail-fallback-base | fukachan | |
| 2004-04-15 | Content-Type case-insensitive in _data_type() | tmu | |
| 2004-03-31 | Mail::ThreadTrack is obsoleted. remove related codes. | 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 | implement methods to detect the end of thread: | fukachan | |
| has_closing_phrase() set_closing_phrase_rules($rules) get_closing_phrase_rules() | |||
| 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 one_line_summary($params) and summary($params) to return | fukachan | |
| summarized content. | |||
| 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-26 | enhance trap regexp for charset=... | 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. | |||
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-02-06 | use mothod-style more even internally. | fukachan | |
| speculate in and out code/charset as could as possible. implement method: charcode_convert(), get_charcode(). | |||
| 2004-02-06 | implement message_charset_to_language() method. | fukachan | |
| 2004-02-06 | update $subject only if subject is rewritten. | fukachan | |
