| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-02-29 | fix copyrightcommand-reconstruct-base | fukachan | |
| 2004-02-29 | fi typo | fukachan | |
| 2004-02-29 | accept_language_list() return [] not [*] if not found. | fukachan | |
| 2004-02-27 | select proper language for reply message based on Accept-Language, | fukachan | |
| Content-Type and language preference order. use plural languages if needed. | |||
| 2004-02-27 | define lang_to_charset(). | fukachan | |
| fix return value for some methods. use "print if $debug" in some cases. | |||
| 2004-02-27 | define __convert_message_nl() and use it. | fukachan | |
| allow loader program uses reply_message() method. | |||
| 2004-02-27 | fix comments on reply_message() around. | fukachan | |
| reply_message() handles request when the current process runs under MTA. fix regexp optimization. | |||
| 2004-02-26 | regen: language_preference_order | fukachan | |
| 2004-02-26 | regen: $language_preference_order | fukachan | |
| 2004-02-26 | define $language_preference_order | fukachan | |
| 2004-02-26 | change Mail::Message::Encode to Mail::Message::String in message handling. | fukachan | |
| implement get_preferred_languages() method. | |||
| 2004-02-26 | implement set_language_hint(), get_language_hint(). | fukachan | |
| get_accept_language_list() returns [] not [*] when no data. | |||
| 2004-02-26 | handle X-Accept-Language: | fukachan | |
| 2004-02-26 | fix comments | fukachan | |
| 2004-02-26 | add chapter on language handling | fukachan | |
| 2004-02-26 | enhance trap regexp for charset=... | fukachan | |
| 2004-02-26 | firstly, constructor() expires too old cache. | fukachan | |
| 2004-02-26 | get_charset: fix default charset handling | fukachan | |
| 2004-02-26 | more proper charset handling based on Content-Type: field. | fukachan | |
| 2004-02-26 | remove not used -params options | fukachan | |
| 2004-02-26 | -o option | fukachan | |
| 2004-02-26 | new option -o key=value which overrider configurations. | fukachan | |
| you can use duplicated -o options e.g. -o key1=value1 -o key2=value2. | |||
| 2004-02-26 | new() expires too old cache files. | fukachan | |
| 2004-02-24 | fix copyright | fukachan | |
| 2004-02-24 | on algorithms. | fukachan | |
| clean up. | |||
| 2004-02-15 | ui_message() prefers $msg_args->{level} if specified. | 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 | check input data more. | fukachan | |
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-02-13 | ensure initial value of $min and $max | fukachan | |
| 2004-02-13 | remove todo, fix comments. | 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 | switch to new Mail::Message::* framework. | fukachan | |
| 2004-02-06 | update $subject only if subject is rewritten. | fukachan | |
| 2004-02-06 | expand special regexp in tag before tag substitution. | fukachan | |
| 2004-02-04 | modified to use new Mail::Message::* framekwork. | fukachan | |
| 2004-02-04 | new() 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-04 | modify on-memory variable naming. | fukachan | |
| implement as_str(), substr(). | |||
| 2004-02-04 | new class to handle subject like string | fukachan | |
| 2004-02-04 | change in-core internal variables. | fukachan | |
| implement set(), get(), set_mime_charset(), get_mime_charset and unfold(). | |||
| 2004-02-04 | fix copyright | fukachan | |
| 2004-02-04 | vaildate address type variables. | fukachan | |
| 2004-02-04 | comment on usage | fukachan | |
| 2004-02-03 | fix meta escape needed in finding key. | fukachan | |
| 2004-02-01 | fix copyright | fukachan | |
| 2004-02-01 | fix comments, messages. fix initialization by adding default value. | fukachan | |
| 2004-02-01 | new FML::Command::Filter $curproc; | fukachan | |
| fix/update comments/messages. rename method: rules() -> set_rules(). use //o if could. fix var name: $article_none_mime_filter_rules -> $article_non_mime_filter_rules. implement reject_empty_content_type rule (non mime filter). | |||
| 2004-02-01 | regen: | fukachan | |
| $log_command_tail_starting_location added. $article_non_mime_filter_rules updated. | |||
| 2004-02-01 | validate input address by FML::Restriction::Base. | fukachan | |
