| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 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 | |
| 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-01-31 | abstraction layer to manipulate general string. | fukachan | |
| 2004-01-31 | abstraction layer to manipulate address string. | fukachan | |
| 2004-01-24 | overhaul from FNF point view. | fukachan | |
| o fix comments. o fix loop label name. o more correct initialization if could. o use //o; | |||
| 2004-01-02 | fix copyright | fukachan | |
| 2003-12-29 | cosmetics (FNF) | fukachan | |
| 2003-12-25 | add from-address for not use address_mask in _print_li_filename() | tmu | |
| 2003-12-10 | quick hack for trouble making html indexs and working distribute | tmu | |
| 2003-12-06 | cosmetics: white space | fukachan | |
| 2003-11-23 | try to mask raw addresses in signature. | fukachan | |
| rename: _who_of_address() -> _address_to_gecos() | |||
| 2003-11-08 | disable Encode use even on >= 5.008 since we are not ready | fukachan | |
| 2003-11-07 | add $versionid | tmu | |
| add new comment tag at html_begin() for file magic change @header_field remove same information (X-xxx) and add Message-Id | |||
| 2003-10-18 | Mail::Message::Charset has tables on code, charset and languge. | fukachan | |
| FML::Process::CGI::Kernel is modified to use it. | |||
| 2003-10-15 | consider Accept-Language: (but not used yet now ;-). | fukachan | |
| 2003-10-15 | space cosmetics | fukachan | |
| 2003-10-14 | oops, remove debug message output | fukachan | |
| 2003-10-06 | handle article subject specilly where the key in db is "article_subject". | fukachan | |
| 2003-10-01 | create article_$header db too. | fukachan | |
| 2003-09-13 | comment on STDERR usage | fukachan | |
| 2003-09-08 | bug fix: _text_safe_print() should handle charset and encoding | fukachan | |
| correctly. bug fix: handle decode =?shift_jis ... encoded string. remove the explicit use of Jcode module. define _convert() and __nc_convert() for it. | |||
| 2003-09-08 | implement: decode_base64_string(), decode_qp_string(), str_dump(). | fukachan | |
| add a hack to modify the decoded string (decoded by IM) by replacing \e$(B -> \e$B, it works well. But is it correct ? XXX I cannot find \e$(B definition in RFC's. | |||
| 2003-08-24 | print STDERR ... if $debug. | fukachan | |
| 2003-08-23 | use croak() not FML::Log() | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-08-20 | define the detail of address masking against spammers. | fukachan | |
| $use_html_archive_address_mask = yes $html_archive_address_mask_type = all | |||
| 2003-08-14 | test html_archive_address_mask mask or nomask | tmu | |
| address_mask use To and Cc | |||
| 2003-08-08 | update debug environment | fukachan | |
| 2003-08-01 | reduce warning if missing from or subject at sub _print_li_filename() | tmu | |
| 2003-07-21 | detect_code() should not call croak() but return 'unknown'. | fukachan | |
| we can handle Japanes and English, so fixed comments. | |||
| 2003-07-21 | implement speculate_timezone() to remove hard-coded timezone +0900 :-). | fukachan | |
| 2003-07-21 | nuke todo: method-ify done. | fukachan | |
| 2003-07-21 | method-ify cut_off_reply_tag() | fukachan | |
| 2003-07-21 | import search_program() into Mail::Message::Utils module. | fukachan | |
| modified Checksum.pm to use it. | |||
| 2003-07-21 | add a comment | fukachan | |
| 2003-07-21 | method-ify date_to_unixtime() of Mail::Message::Date. | fukachan | |
| 2003-07-21 | FNF | fukachan | |
| 2003-07-20 | restrict demand copying only for the previous messages before the current one | fukachan | |
