summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Expand)Author
2003-09-13remove close_stderr_channel_if_quiet_option_specified().fukachan
2003-09-13fix variable initialization to avoid undefined reference warning.fukachan
2003-09-13use $curproc->ui_message() instead of "print STDERR ...".fukachan
2003-09-13print STDERR ... if $debugfukachan
2003-09-13implement ui_message().fukachan
2003-09-13use $curproc->config_cf_filepath().fukachan
2003-09-13comment on STDERR usagefukachan
2003-09-13fix $0 handling for *.cgi:fukachan
2003-09-13extension: compare $0 against entry etc/modules by considering subdir.fukachan
2003-09-12bug fix duplication check pattern.fukachan
2003-09-12handle default/virtual domain properly.fukachan
2003-09-12clarify error messages more.fukachan
2003-09-08fix copyrigtfukachan
2003-09-08bug fix text/* part should know its own charset and encoding based onfukachan
2003-09-08bug fix: _text_safe_print() should handle charset and encodingfukachan
2003-09-08implement: decode_base64_string(), decode_qp_string(), str_dump().fukachan
2003-09-06use removed_ml_home_dir_path() method to determine the dir path usedfukachan
2003-09-05bug fix: we should not use $main_cf in this module.fukachan
2003-09-05escape $curproc in evalfukachan
2003-09-04use $curproc->config()fukachan
2003-09-02bug fix wrong lvaluefukachan
2003-08-30simple queue manipulation toolfukachan
2003-08-30bug fix config(),pcb() (over-converted ;)fukachan
2003-08-29over-converted ;) back againfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-25FNF: fix commentsfukachan
2003-08-24save $@ via logwarn() not print STDERR ..fukachan
2003-08-24remove debugfukachan
2003-08-24remove debug: print STDERR ..fukachan
2003-08-24print STDERR ... -> carp(...)fukachan
2003-08-24print STDERR ... if $debug.fukachan
2003-08-23fix copyrightfukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23new FML::Mailer $curproc;fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23sort function definitions.fukachan
2003-08-23use croak() not FML::Log()fukachan
2003-08-23fix comments: =head2 function() formfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-20define the detail of address masking against spammers.fukachan
2003-08-20FNF: fix commentfukachan
2003-08-18support --quiet options for makefml and fml.fukachan
2003-08-16$| = 1 if debugfukachan
2003-08-16correct handling of the first dash-boundary.fukachan
2003-08-16modify logic to find the start point of multipart.fukachan
2003-08-16comments on threadfukachan
2003-08-16check whether $ml_home_dir not exists in _init_lock().fukachan
2003-08-14test html_archive_address_mask mask or nomasktmu
2003-08-13fix copyrightfukachan
2003-08-08update debug environmentfukachan