summaryrefslogtreecommitdiff
path: root/fml/lib/FML
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-27"makefml newml" virtual domain support. For exmaple,fukachan
makefml newml elena@nuinui.net The ml_home_dir is speculated from $virtual_maps in main.cf.
2002-01-27clarify function arguments morefukachan
2002-01-27fix copyrightfukachan
2002-01-27clarify function acl, arguments morefukachan
2002-01-27clarify IO::Adapter::find() usage.fukachan
find() returns "key value" by default and "key" if requested. add want option e.g. find(key, { want => $what } ).
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-20fixed to call up error to FML::Process::Command layerfukachan
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.
2002-01-13remove \s*$fukachan
2002-01-13use rfc822_message_ as prefix for method to manipulate the wholefukachan
message.
2002-01-13header_size() -> whole_message_header_size()fukachan
body_size() -> whole_message_body_size()
2001-12-24update documents, commentsfukachan
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-23obsoletefukachan
2001-12-23remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-23update doc,comment. for (@files) ...fukachan
2001-12-23update documents, commentsfukachan
2001-12-22update documents, commentsfukachan
2001-12-22not load $main_cf->{ default_paths_cf }fukachan
2001-12-22FML::Checksum -> Mail::Message::Checksumfukachan
2001-12-22remove \s*$fukachan
2001-12-22update comments, documentsfukachan
check by defined $self->{ $category }->{ $key }
2001-12-22update comments, documentsfukachan
2001-12-22sort _fmldoc() location.fukachan
update comments, documents
2001-12-22removed since not usedfukachan
2001-12-22update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-12-22update commentsfukachan
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-16nuke "require Exporter, which is not neededfukachan
2001-12-11ensure installed file mode to be 0644fukachan