summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2004-02-29fix copyrightcommand-reconstruct-basefukachan
2004-02-29fi typofukachan
2004-02-29accept_language_list() return [] not [*] if not found.fukachan
2004-02-27select proper language for reply message based on Accept-Language,fukachan
Content-Type and language preference order. use plural languages if needed.
2004-02-27define lang_to_charset().fukachan
fix return value for some methods. use "print if $debug" in some cases.
2004-02-27define __convert_message_nl() and use it.fukachan
allow loader program uses reply_message() method.
2004-02-27fix comments on reply_message() around.fukachan
reply_message() handles request when the current process runs under MTA. fix regexp optimization.
2004-02-26change Mail::Message::Encode to Mail::Message::String in message handling.fukachan
implement get_preferred_languages() method.
2004-02-26implement set_language_hint(), get_language_hint().fukachan
get_accept_language_list() returns [] not [*] when no data.
2004-02-26handle X-Accept-Language:fukachan
2004-02-26fix commentsfukachan
2004-02-26enhance trap regexp for charset=...fukachan
2004-02-26firstly, constructor() expires too old cache.fukachan
2004-02-26get_charset: fix default charset handlingfukachan
2004-02-26more proper charset handling based on Content-Type: field.fukachan
2004-02-26new option -o key=value which overrider configurations.fukachan
you can use duplicated -o options e.g. -o key1=value1 -o key2=value2.
2004-02-26new() expires too old cache files.fukachan
2004-02-24fix copyrightfukachan
2004-02-15ui_message() prefers $msg_args->{level} if specified.fukachan
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-15check input data more.fukachan
2004-02-15white space cosmetics.fukachan
2004-02-13ensure initial value of $min and $maxfukachan
2004-02-13remove todo, fix comments.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-06switch to new Mail::Message::* framework.fukachan
2004-02-06update $subject only if subject is rewritten.fukachan
2004-02-06expand special regexp in tag before tag substitution.fukachan
2004-02-04modified to use new Mail::Message::* framekwork.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-02-04fix copyrightfukachan
2004-02-04vaildate address type variables.fukachan
2004-02-04comment on usagefukachan
2004-02-03fix meta escape needed in finding key.fukachan
2004-02-01fix copyrightfukachan
2004-02-01fix comments, messages. fix initialization by adding default value.fukachan
2004-02-01new 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-01validate input address by FML::Restriction::Base.fukachan
2004-02-01use $log_command_tail_starting_location.fukachan
fix comments.
2004-02-01$sequence_file -> $article_sequence_filefukachan
use //o if could.
2004-02-01fix copyrightfukachan
2004-02-01fix checking code of defined value.fukachan
2004-01-31validate input address.fukachan
2004-01-31fix commentsfukachan
2004-01-31abstraction layer to manipulate general string.fukachan
2004-01-31abstraction layer to manipulate address string.fukachan