summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Expand)Author
2004-02-29fi typofukachan
2004-02-27select proper language for reply message based on Accept-Language,fukachan
2004-02-27define __convert_message_nl() and use it.fukachan
2004-02-27fix comments on reply_message() around.fukachan
2004-02-26change Mail::Message::Encode to Mail::Message::String in message handling.fukachan
2004-02-26more proper charset handling based on Content-Type: field.fukachan
2004-02-26new option -o key=value which overrider configurations.fukachan
2004-02-15ui_message() prefers $msg_args->{level} if specified.fukachan
2004-01-14load_config_files() not need the argument.fukachan
2004-01-03fix comments (FNF)fukachan
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
2004-01-01remove $args.fukachan
2003-12-30import $default_ml_home_prefix from main.cf name space.fukachan
2003-12-29save incoming_message cache file path on memory for later use.fukachan
2003-12-24remove the direct use of $args, use utility methods via $curprocfukachan
2003-12-06cosmetics: white spacefukachan
2003-11-29defined() check of log_message_queuefukachan
2003-11-29--computer-output -> --log-computer-outputfukachan
2003-11-29define $use_computer_output.fukachan
2003-11-29support --computer-output option, which is currently same as --log-dup yet.fukachan
2003-11-05define $primary_ml_home_prefix_map in main.cf.fukachan
2003-11-02debug_level() -> get_debug_level().fukachan
2003-10-30header_loop_check_rules -> incoming_mail_header_loop_check_rulesfukachan
2003-10-26define $site_default_config_cf to remove hard-coded site_default_config.cf.fukachan
2003-10-15comment on charsetfukachan
2003-10-15consider Accept-Language: (but not used yet now ;-).fukachan
2003-10-15space cosmeticsfukachan
2003-10-14implement get_charset() and set_charset(). modified to use it tofukachan
2003-10-14if (defined $pcb) { ...}fukachan
2003-09-27make message_nl() handle enable language translationfukachan
2003-09-19new Header->add_message_id()tmu
2003-09-14Process::Flow and Process::Switch classes need to know $curprocfukachan
2003-09-13implement STDERR redirection to log STDERR messages and avoid outputfukachan
2003-09-13implement ui_message().fukachan
2003-09-05bug fix: we should not use $main_cf in this module.fukachan
2003-08-30bug fix config(),pcb() (over-converted ;)fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23sort function definitions.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-18support --quiet options for makefml and fml.fukachan
2003-08-16check whether $ml_home_dir not exists in _init_lock().fukachan
2003-07-21use our own Date: field when we use Mail::Message::Compose (MIME::Lite).fukachan
2003-04-29permit use of reply_message() for libexec/errorfukachan
2003-04-04reply_message_add_header_info() should pass $msg_args to reply_message().fukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-18more logs around locks.fukachan
2003-03-17log setrunnable() succeed.fukachan