summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce
AgeCommit message (Collapse)Author
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2004-01-24fix comments.fukachan
2004-01-02fix copyrightfukachan
2003-10-15space cosmeticsfukachan
2003-08-13fix copyrightfukachan
2003-08-06bugfix regexptmu
2003-08-06moved Japanese contnet to Mail::Bounce::Language::Japanese.fukachan
2003-08-05freeserve.ne.jp errormailtmu
2003-05-04E500 SMTP Mail Service ?fukachan
2003-04-29enhance smtp32 trap pattern to permit case insensitive trapfukachan
2003-04-07add analize ybb.ne.jp and Webshieldtmu
2003-02-09cosmetics (white spaces)fukachan
2003-01-27fix copyrightfukachan
2003-01-27FNF: we should not use $_fukachan
2003-01-26FNF: not use $_fukachan
2003-01-11fix commentsfukachan
2003-01-07fix copyrightfukachan
2002-12-31bug fix trap pattern for more accuracy.fukachan
2002-12-20clean up.fukachan
+ define label or rename label to more appropriate one for loop. + use return(). + use qw() if could. use //o if could. fix comments.
2002-09-245 -> 8fukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-06-30fix comments. white spaces. FNF-ify.fukachan
2002-05-21validate input datafukachan
2002-04-01cosmetics: white spacesfukachan
2002-02-01separete file to Mail::Bounce status and error mail listfukachan
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-13removed due to not usedfukachan
2002-01-13use rfc822_message_ as prefix for method to manipulate the wholefukachan
message.
2002-01-13clean up comments, update copyrightfukachan
2001-12-24update documents, commentsfukachan
2001-12-24remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-27change method: data() -> data_in_body_part()fukachan
2001-10-27obsoletefukachan
2001-09-22add Netscape Messaging Server 3.54fukachan
2001-09-18more debug info. fixed to use STDERRfukachan
2001-07-31oops, nuke debugfukachan
2001-07-31call Mail::Bounce::Language::Japanese::_japanese_address_match() forfukachan
Japanese strings
2001-07-31Initial revisionfukachan
2001-07-31nuke debugfukachan
2001-07-31use Mail::Bounce::FixBrokenAddress to clean up addressfukachan
Mail::Bounce::FixBrokenAddress class provides irrgular address handlings, so handles domain/MTA specific addresses. For example, nifty.ne.jp, webtv.ne.jp, ...
2001-07-31call 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-30pick up Reporting-MTA and Received-From-MTA in DSNfukachan
2001-07-30clean up documentationfukachan
add error examples modify Mail::Bounce::$module return "hints" to caller (Mail::Bounce class).
2001-07-29s/look_japanese/look_like_japanese/gfukachan