| Age | Commit message (Collapse) | Author |
|
|
|
FNF.
use self->address_clean_up($addr, $addr) to clean up address if could.
|
|
|
|
o fix comments.
o fix loop label name.
o more correct initialization if could.
o use //o;
|
|
|
|
+ define label or rename label to more appropriate one for loop.
+ use return().
+ use qw() if could.
use //o if could.
fix comments.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
add error examples
modify Mail::Bounce::$module return "hints" to caller (Mail::Bounce class).
|
|
|
|
|