| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-16 | update copyright | 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 | removed due to not used | fukachan | |
| 2002-01-13 | use rfc822_message_ as prefix for method to manipulate the whole | fukachan | |
| message. | |||
| 2002-01-13 | clean up comments, update copyright | fukachan | |
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-24 | remove \s*$ | fukachan | |
| 2001-12-23 | update documents, comments | fukachan | |
| 2001-12-23 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-10-27 | change method: data() -> data_in_body_part() | fukachan | |
| 2001-10-27 | obsolete | fukachan | |
| 2001-09-22 | add Netscape Messaging Server 3.54 | fukachan | |
| 2001-09-18 | more debug info. fixed to use STDERR | fukachan | |
| 2001-07-31 | oops, nuke debug | fukachan | |
| 2001-07-31 | call Mail::Bounce::Language::Japanese::_japanese_address_match() for | fukachan | |
| Japanese strings | |||
| 2001-07-31 | Initial revision | fukachan | |
| 2001-07-31 | nuke debug | fukachan | |
| 2001-07-31 | use Mail::Bounce::FixBrokenAddress to clean up address | fukachan | |
| Mail::Bounce::FixBrokenAddress class provides irrgular address handlings, so handles domain/MTA specific addresses. For example, nifty.ne.jp, webtv.ne.jp, ... | |||
| 2001-07-31 | call again $self->address_clean_up($addr, $addr) | fukachan | |
| gives $addr itself as a hint of fixing broken address domain part of $addr may match someting e.g. nifty.ne.jp, webtv.ne.jp. | |||
| 2001-07-30 | pick up Reporting-MTA and Received-From-MTA in DSN | fukachan | |
| 2001-07-30 | clean up documentation | fukachan | |
| add error examples modify Mail::Bounce::$module return "hints" to caller (Mail::Bounce class). | |||
| 2001-07-29 | s/look_japanese/look_like_japanese/g | fukachan | |
| 2001-06-21 | removed due to obsolete rule | fukachan | |
| 2001-05-31 | clean up documents | fukachan | |
| 2001-05-27 | clean up documentation | fukachan | |
| 2001-05-20 | I can trap SIMS now | fukachan | |
| 2001-05-20 | verify $end_regexp is not empty | fukachan | |
| clean up comments | |||
| 2001-05-20 | oops, wrong method. header_data_type() not get_data_type() | fukachan | |
| 2001-05-20 | fix method name: s/message_data_type/get_data_type/ | fukachan | |
| 2001-05-05 | enable to parse multipart but not DSN postfix error message. | fukachan | |
| 2001-05-01 | Norton AntiVirus Gateway may be a DSN message. | fukachan | |
| 2001-04-30 | clean up documents hierarchy. | fukachan | |
| remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/ | |||
| 2001-04-24 | regen to sync w/ current | fukachan | |
| 2001-04-21 | add yahoo.com rule | fukachan | |
| 2001-04-15 | reordering | fukachan | |
| 2001-04-15 | we can parse SMTPSVC now | fukachan | |
| 2001-04-15 | import unknown mta ;) | fukachan | |
| 2001-04-15 | SMTP32 and PDX.NE.JP are ok. | fukachan | |
| 2001-04-15 | add sample and trap rules for SMTP32 | fukachan | |
| 2001-04-13 | modify format a littlemail-message-0-5 | fukachan | |
| 2001-04-13 | oops I have SMTP32 sample | fukachan | |
| 2001-04-13 | update todo imporeted from fml-help ML | fukachan | |
| 2001-04-13 | we can parse InterMail (broken DSN) and MailSweeper (broken DSN) now. | fukachan | |
| 2001-04-12 | disable smtp32 | fukachan | |
| fix to trap freeml.com error part start_pattern. more information in debug message. | |||
| 2001-04-12 | update todo lists and descriptions | fukachan | |
| update status of implemented: old style sendmail (SMI-8.6) fetchmail smtpfeed -F SMTP32 InterScan Netscape Messaging Server 3.62 goo.ne.jp nifty.ne.jp odn.ne.jp caiwireless.net compuserve.net | |||
| 2001-04-12 | add rules to parse odn.ne.jp and netscape messaging server | fukachan | |
| 2001-04-12 | define rule for InterScan | fukachan | |
| 2001-04-12 | move _addr_clean_up() to Mail::Bounce::address_clean_up() | fukachan | |
| check address by Mail::Bounce::address_clean_up() | |||
