summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack/Analyze.pm
AgeCommit message (Collapse)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
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
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-19check get_first_plaintext_message() return valuefukachan
2001-11-18define default for a few variablesfukachan
2001-11-09speculate date from header's Date:fukachan
2001-11-09avoid duplicated commit to articles DB { thread_id => [ id1 id2 ... ] }fukachan
2001-11-09closed -> close for some casesfukachan
2001-11-07fmlthread -f filterlist ...fukachan
2001-11-04check by defined($self->{ _pragma })fukachan
2001-11-04ticket -> threadfukachan
2001-11-03merge rewrite_header() function to HeaderRewrite.pmfukachan
2001-11-03use article id as thread identifierfukachan
2001-11-03clarify assign() and rewrite_header() rolesfukachan
define {set,get}_thread_status() and modified to use them message-id is <addr-spec> (RFC822), we use this format also in DB. correct handling of $config->{ thread_subject_tag_location } remove _address_clean_up(), which is not used now. remove set_status()
2001-11-03assign(): clean up function names and argumentsfukachan
define {get,set}_thread_id() and modified to use them add commentes for FNF style
2001-11-03ticket -> threadfukachan
2001-11-03s/ticket_id/thread_id/gfukachan
2001-11-03nuke pcbfukachan
bug fix $article_id handling Log() to $self->log()
2001-11-02Initial revisionfukachan