| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-02-29 | fix copyrightcommand-reconstruct-base | fukachan | |
| 2004-02-26 | enhance trap regexp for charset=... | fukachan | |
| 2003-10-15 | consider Accept-Language: (but not used yet now ;-). | fukachan | |
| 2003-10-15 | space cosmetics | fukachan | |
| 2003-09-13 | fix variable initialization to avoid undefined reference warning. | fukachan | |
| 2003-09-08 | bug fix text/* part should know its own charset and encoding based on | fukachan | |
| the header information (head of the chain). define charset() method. charset() and encoding() works correctly if the self object == Mail::Header / FML::Header class. | |||
| 2003-08-20 | FNF: fix comment | fukachan | |
| 2003-08-16 | correct handling of the first dash-boundary. | fukachan | |
| 2003-08-16 | modify logic to find the start point of multipart. | fukachan | |
| XXX this logic is effective but wrong. | |||
| 2003-06-20 | bug fixed: message_text() should be able to handle differenct type $data. | fukachan | |
| 2003-05-09 | whole_message_as_str(): | fukachan | |
| o indent is null by default. o fix the trailing indent replace. | |||
| 2003-05-01 | implement whole_message_header_as_str() | fukachan | |
| 2003-05-01 | remove whole_message_as_string_ref(). | fukachan | |
| implement whole_message_as_str() to extract the first part of this message as a string. | |||
| 2003-04-18 | _header_mime_boundary() boundary detect no quote string case | tmu | |
| 2003-02-13 | use module global print_mode parameter not private one within object. | fukachan | |
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-01-11 | remove not used variables. | fukachan | |
| fix comments. | |||
| 2003-01-09 | implemenet is_multipart() method | fukachan | |
| 2003-01-09 | fix next/prev link of object chain | fukachan | |
| 2002-12-30 | enhance Mail::Message::set_log_function() to override the global log | fukachan | |
| function within Mail::Message name space. Thie enables all objects within the current Mail::Message space uses the same log function. We need this function to enforce all objects in a chain to use the same log output channel. So, Mail::Delivery enhanced to use this function to fix the lack of log messages for multipart messages. | |||
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-03 | some debug codes (disabled now) | fukachan | |
| 2002-07-02 | fix comments | fukachan | |
| 2002-05-18 | implement message_text_as_array_ref() | fukachan | |
| 2002-05-11 | nuke \s*$ | fukachan | |
| 2002-05-11 | no no no, not reset $data_ptr unless body | fukachan | |
| 2002-05-11 | fix: parser() should handle header only message. | fukachan | |
| 2002-04-28 | validate by defined() more | fukachan | |
| 2002-04-28 | check invalid multipart format | fukachan | |
| 2002-04-28 | remove module global variable $InComingMessage | fukachan | |
| 2002-04-28 | new() not need $InComingMessage here | fukachan | |
| 2002-04-28 | fix comment. | fukachan | |
| add loop label. FNF. more checks by defined() and whether the content is not empty. | |||
| 2002-04-27 | check more data by defined() | fukachan | |
| 2002-04-26 | check defined($InComingMessage) before $body_size estimation | fukachan | |
| 2002-04-25 | check defined($InComingMessage) before $body_size estimation | fukachan | |
| 2002-04-19 | cosmetics: white spaces | fukachan | |
| 2002-04-13 | implement whole_message_as_string_ref() | fukachan | |
| 2002-04-08 | fix/clean up documents | fukachan | |
| 2002-04-07 | define delete_message_part_link() | tmu | |
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-18 | __next_message() -> _next_message_is() | fukachan | |
| __prev_message() -> _prev_message_is() | |||
| 2002-01-16 | oops, forgotten. fix head_message() -> __head_message() | fukachan | |
| 2002-01-16 | change 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-13 | oops, fix typo (not remove =cut before the last 1;) | fukachan | |
| 2002-01-13 | remove \s*$ | fukachan | |
| 2002-01-13 | reorder find() definition location | fukachan | |
| 2002-01-13 | use rfc822_message_ as prefix for method to manipulate the whole | fukachan | |
| message. | |||
| 2002-01-13 | header_size() -> whole_message_header_size() | fukachan | |
| body_size() -> whole_message_body_size() | |||
