summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30use File::Specfukachan
2002-01-30use File::Specfukachan
2002-01-30use File::Spec.fukachan
2002-01-30fix copyrightfukachan
2002-01-20implement get_virtual_maps()fukachan
2002-01-20more comments, log.fukachan
fix message handling to use object to get command string returned by find_first_plaintext_message().
2002-01-20fix module loading of Mail::Delivery::Queuefukachan
2002-01-16update copyrightfukachan
2002-01-16change Mail::Message naming convention.fukachan
public -> private: o head_message o last_message o next_message o prev_message prefix change: o rfc822_message_ -> whole_message_ o get_first_plaintext_message() -> find_first_plaintext_message() o get_encoding_mechanism() -> encoding_mechanism() o get_data_type() -> data_type() o get_data_type_list() -> data_type_list() renamed: o get_offset() - >offset_pair() o header_in_body_part() -> message_fields() o data_in_body_part() -> message_text() where we use RFC822 flabour naming convention. rfc822 says "message = fields + text" and rfc2047 says "message" as defined in RFC 822, with all header fields optional.
2001-12-24remove \s*$fukachan
2001-12-24delay loading of module Mail::Deliveryfukachan
2001-12-23delayed loading by eval q{ use .. ;};fukachan
2001-12-23remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-22not load $main_cf->{ default_paths_cf }fukachan
2001-12-22remove \s*$fukachan
2001-12-22update comments, documentsfukachan
2001-12-22sort _fmldoc() location.fukachan
update comments, documents
2001-12-22remove \s*$fukachan
2001-12-22remove FML::Messages, which is not used nowfukachan
2001-12-18htlmify articlefukachan
2001-12-18define $fml_owner_home_dir by process $uidfukachan
2001-12-08add path for perl executatbles e.g. /usr/local/binfukachan
2001-12-08fix error handling, define finish() to avoid loading errorfukachan
2001-11-27remove not used modulesfukachan
update comments FNF-ify
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-27modified not to use Standalone.pmfukachan
loader has Standalone by itself now.
2001-11-26toggle header rewriting (subject) to add thread id. off by defaultfukachan
2001-11-26bug fix missing mkdir() argumentfukachan
2001-11-25more tainted safe (but needs more consideration, may be use of ↵fukachan
FML::Restriction class)
2001-11-25modified to use FML::Restrictionfukachan
2001-11-25oops, forgot fmlsch not under $curproc;) fix to trap -h or --helpfukachan
2001-11-25reconstructured safe parameter definitionsfukachan
2001-11-25change defualt target to _topfukachan
2001-11-25update copyrightfukachan
2001-11-25fix, clean up help()fukachan
2001-11-25define dummy finish(), fix help() trap patternfukachan
2001-11-25enable distribute and commandfukachan
2001-11-25check whether getopt() options are given or not.fukachan
2001-11-25show help ASAP when --help specifiedfukachan
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25verify_request() checks @ARGV and show help() if neededfukachan
2001-11-25enable --help for all command line programsfukachan
2001-11-25trap --help in new() to show and exit asapfukachan
2001-11-25implement help() methodfukachan
2001-11-25xxx.cgi SHOULD NOT ACCPET the same options as command line program xxxfukachan
does.
2001-11-23clean up fmlschfukachan
FNF-ify handle options by getopt() in Process::Scheduler not TinySchedule make "fmlsch help" work fix entry duplication bug in parser print_specific_month() can handle (month, year) pair define set_mode() use env var BROWSER ("w3m" by default)
2001-11-22fmlsch -h to show helpfukachan