summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack
AgeCommit message (Collapse)Author
2004-03-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-01-02fix copyrightfukachan
2003-08-23fix copyrightfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21FNF: fix copyrightfukachan
2003-07-21method-ify date_to_unixtime() of Mail::Message::Date.fukachan
2003-03-09$action = $curproc->safe_cgi_action_name()fukachan
2003-02-11FNF: not use $_fukachan
2003-02-11FNF: not use $_fukachan
2003-01-11fix copyrightfukachan
2003-01-11fix commentsfukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-22fix comments and error messages.fukachan
2002-12-22fix comments.fukachan
//o defined() check more.
2002-12-22fix comments.fukachan
//o modify variable to be more readable: $h -> header
2002-12-22fix comments.fukachan
add loop label.
2002-10-23typofix filepath value at sub db_mkdb()tmu
2002-09-28we should not use hard-coded file/dir modefukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-31disable some debug messagesfukachan
2002-07-02fix commentfukachan
2002-03-31Mail::Message::Spool::spool arg changes: $spool_dir -> $base_dirfukachan
2002-03-31use $self->filepath() which is based on Mail::Message::Spoolfukachan
2002-02-17remove \s*$fukachan
2002-02-04implement db_last_modified()fukachan
It return the last modified time of "date" DB in dateabase as unix time.
2002-02-02use File::Specfukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30fix copyrightfukachan
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-13update comments, copyright. FNF-ify. sort definitionfukachan
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
2001-12-26update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-12-21patch for file and message-id missingcleanup-200112XX-basetmu
2001-11-27run prepare_history_info($msg) if $self->{ _is_rewrite_header }fukachan
2001-11-26toggle header rewriting (subject) to add thread id. off by defaultfukachan
2001-11-20validate input for db_mkdb()fukachan
2001-11-20validate variablesfukachan
2001-11-20db_hash( $type ) to return hash reference for $typefukachan
2001-11-19check get_first_plaintext_message() return valuefukachan
2001-11-19check reverse_order value ;-)fukachan
2001-11-19enable --reverse for summary, list commandfukachan
2001-11-19split functions for list and summary.fukachan
"list" shows thread summary but "summary" shows thread summary + article summary. enhance fmlthread to provide CUI, oh this is useful !
2001-11-19implement show_articles_in_thread()fukachan
2001-11-19check value of header fields, which is undefined in some casesfukachan
2001-11-18define default for a few variablesfukachan