summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce/DSN.pm
AgeCommit message (Collapse)Author
2006-04-15nuke ambiguous method and variable name.fukachan
num_paragraph() -> paragraph_total() (XXX see "Code Complete"). each variable holding this return value is fixed to $total.
2005-08-19fix copyrightfukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-01-24fix comments.fukachan
2003-01-26FNF: not use $_fukachan
2003-01-11fix commentsfukachan
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-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
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.
2001-12-24remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-27change method: data() -> data_in_body_part()fukachan
2001-09-18more debug info. fixed to use STDERRfukachan
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-04-12check address by Mail::Bounce::address_clean_up()fukachan
2001-04-12debug on if $ENV{'debug'} is definedfukachan
fix mail address parsing (XXX it should be moved to common module). return result if real address is found.
2001-04-10put results in $result after editing itfukachan
2001-04-09addr = Original-Recipient || Final-Recipientfukachan
2001-04-09clean up. return the following $result hash (reference).fukachan
$result = { addr => { Original-Recipient => 'rfc822; addr' Final-Recipient => 'rfc822; addr' Diagnostic-Code => 'reason ...' Action => 'failed' Status => '4.0.0' } }
2001-04-08add prototype() of Mail::Bounce class and test tools for DSN format.fukachan