summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-18update copyright 2001 -> 2002fukachan
2002-01-17catch up latest / updatefukachan
2002-01-17regen and update rfc relation (update/obsolete)fukachan
2002-01-17Preventing the Million Message Attack on Cryptographic Messagefukachan
2002-01-17catch up 01/16/2002fukachan
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-14document cleaning up is done except *ErrorStatusfukachan
2002-01-142001/12/07 meeting logfukachan
2002-01-14clean up Mail::HTML::Litefukachan
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-13fundamental diagnostics for codefukachan
2002-01-13update comments, copyright. FNF-ify. sort definitionfukachan
2002-01-13removed due to not usedfukachan
2002-01-13final clean up campaign in 2001 continues ...fukachan
rfc822_message_FUNCTION() use Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions.
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-13proceed campaign to clean up documentsfukachan
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
2002-01-13update copyrightfukachan
2002-01-13clean up comments, update copyrightfukachan
2002-01-13clean up comments, update copyrightfukachan
2002-01-13clean up comments, update copyrightfukachan
2002-01-13clean up comments, update copyrightfukachan
2002-01-13clean up commentsfukachan
delayed "use" by eval(). quotemeta() for search key
2002-01-07comment/documentation check todofukachan
2001-12-28add FreeBSD 4.4. thanks canada@dai.meta.ne.jpfukachan
2001-12-28updated to 2001/12/28fukachan
2001-12-26bug fix Mail::HTML::Litefukachan
2001-12-26update documents, commentsfukachan
2001-12-26update documents, commentsfukachan
2001-12-26bug fix: _print_li_filename() check is too restrictedfukachan