summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce
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-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
2001-06-21removed due to obsolete rulefukachan
2001-05-31clean up documentsfukachan
2001-05-27clean up documentationfukachan
2001-05-20I can trap SIMS nowfukachan
2001-05-20verify $end_regexp is not emptyfukachan
clean up comments
2001-05-20oops, wrong method. header_data_type() not get_data_type()fukachan
2001-05-20fix method name: s/message_data_type/get_data_type/fukachan
2001-05-05enable to parse multipart but not DSN postfix error message.fukachan
2001-05-01Norton AntiVirus Gateway may be a DSN message.fukachan
2001-04-30clean 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-24regen to sync w/ currentfukachan
2001-04-21add yahoo.com rulefukachan
2001-04-15reorderingfukachan
2001-04-15we can parse SMTPSVC nowfukachan
2001-04-15import unknown mta ;)fukachan
2001-04-15SMTP32 and PDX.NE.JP are ok.fukachan
2001-04-15add sample and trap rules for SMTP32fukachan
2001-04-13modify format a littlemail-message-0-5fukachan
2001-04-13oops I have SMTP32 samplefukachan
2001-04-13update todo imporeted from fml-help MLfukachan
2001-04-13we can parse InterMail (broken DSN) and MailSweeper (broken DSN) now.fukachan
2001-04-12disable smtp32fukachan
fix to trap freeml.com error part start_pattern. more information in debug message.
2001-04-12update todo lists and descriptionsfukachan
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-12add rules to parse odn.ne.jp and netscape messaging serverfukachan
2001-04-12define rule for InterScanfukachan
2001-04-12move _addr_clean_up() to Mail::Bounce::address_clean_up()fukachan
check address by Mail::Bounce::address_clean_up()