summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message
AgeCommit message (Collapse)Author
2004-11-14add monthly thread indexnewvardef-basetmu
2004-10-31bug fix comment: fixed return valuefukachan
2004-07-26handle subject tag separetely in string escaping.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23bug fix arguments.fukachan
2004-07-23fix comments.fukachan
modify variable name to clarify the role.
2004-07-11fix commentsfukachan
2004-07-06put back initializtion code to 1.3 one.fukachan
2004-06-30reduce error messagestmu
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-06-23bug fix: delete_dup_reply_tag() runs always. (fml-devel: 711)fukachan
2004-06-19fix sytle (FNF)fukachan
2004-06-14bugfix @indexs use my $indexs = \@indexs;tmu
2004-06-11select index files using @indexstmu
2004-06-11null check $key at _db_set()tmu
2004-06-11set $main::opt_mimedecodequoted at _print_li_filename(),_format_safe_header()tmu
2004-04-27fix commentsmail-fallback-basefukachan
2004-03-31fix comments (FNF)fukachan
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
article summary easily.
2004-03-28fix usage of Mail::Message::Language::Japanese::Subject.fukachan
2004-03-28define new db: thread_status article_statusfukachan
implement new methods: set_thread_status(), get_thread_status(), set_article_status() and get_article_status().
2004-03-27implement get_thread_data() which return thread data around thefukachan
specified key.
2004-03-27check if the sequence is positive value.fukachan
2004-03-27implement is_citation(), is_signature().fukachan
2004-03-27implement get_thread_data(), get_thread_member_as_array_ref().fukachan
2004-03-24clean 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-29fix copyrightcommand-reconstruct-basefukachan
2004-02-29accept_language_list() return [] not [*] if not found.fukachan
2004-02-26handle X-Accept-Language:fukachan
2004-02-26fix commentsfukachan
2004-02-24fix copyrightfukachan
2004-02-15add 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-15white space cosmetics.fukachan
2004-02-06use mothod-style more even internally.fukachan
speculate in and out code/charset as could as possible. implement method: charcode_convert(), get_charcode().
2004-02-06implement message_charset_to_language() method.fukachan
2004-02-06update $subject only if subject is rewritten.fukachan
2004-02-04new() can handle both unix time and Date: style string.fukachan
implement set(), unixtime(). speculate_timezone() -> _speculate_timezone(). yet another style methods: as_mail_header_style(), as_YYYYMMDD(), as_YYYYxMMxDD(), as_current_time(), as_precise_current_time(), as_stardate(), and as_unixtime().
2004-02-04modify on-memory variable naming.fukachan
implement as_str(), substr().
2004-02-04new class to handle subject like stringfukachan
2004-02-04change in-core internal variables.fukachan
implement set(), get(), set_mime_charset(), get_mime_charset and unfold().
2004-01-31abstraction layer to manipulate general string.fukachan
2004-01-31abstraction layer to manipulate address string.fukachan
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2004-01-02fix copyrightfukachan
2003-12-29cosmetics (FNF)fukachan
2003-12-25add from-address for not use address_mask in _print_li_filename()tmu
2003-12-10quick hack for trouble making html indexs and working distributetmu
2003-12-06cosmetics: white spacefukachan