summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30oops, fix fucntion call syntax.fukachan
2002-01-30use File::Specfukachan
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 IO::Adapter definition and clean up get_XXX() functions.fukachan
remove get_member(), get_active() and get_recipient() define get_next_key() and get_next_value() and clarify thier definitions.
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-27fix directory for $virtual_mapsfukachan
2002-01-27search_max_id() searches all keys if full_search option specifiedfukachan
2002-01-20implement get_virtual_maps()fukachan
2002-01-20define $virtual_mapsfukachan
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-20invalid argumentfukachan
2002-01-20doc-cleanup-200112doc-cleanup-200112fukachan
2002-01-18__next_message() -> _next_message_is()fukachan
__prev_message() -> _prev_message_is()
2002-01-17enabled switch English<->Japanese. et.al.fukachan
2002-01-17Initial revisionfukachan
2002-01-17clean up, fix url for fml-devel ML and IMG modulesfukachan
2002-01-16sync w/ latest Mail::Message methodfukachan
2002-01-16correct file namefukachan
2002-01-16oops, forgotten. fix head_message() -> __head_message()fukachan
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-142001/12/07 meeting logfukachan
2002-01-14define default value.mail-message-cleanup-basefukachan
delayed loading by eval q{ use .. }. validate defined( $db->{ _thread_list }->{ $id } ). _head_thread(): fix head_thread search algorithm. rename __search_default_next_thread_id() to __search_default_next_id_in_thread(). __sort_yyyymm(): validate value is not null.
2002-01-14nuke \s*$fukachan
2002-01-14update comments, copyright. FNF-ify. fix argument declarationfukachan
2002-01-13update comments, copyright. FNF-ify. sort definitionfukachan
2002-01-13removed due to not usedfukachan
2002-01-13use Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions.fukachan
2002-01-13oops, fix typo (not remove =cut before the last 1;)fukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
delayed loading by eval { use ...}.
2002-01-13remove \s*$fukachan
2002-01-13reorder find() definition locationfukachan
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()
2002-01-13nuke C<> in =head2 function()fukachan
2002-01-13remove header(), data() methodfukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
fix argument.
2002-01-13update comments, copyright. FNF-ify.fukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
2002-01-13update comments, copyrightfukachan