summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Parse.pm
AgeCommit message (Collapse)Author
2005-05-27fix comments (FNF)fukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-11fix commentsfukachan
2004-04-23fix copyrightfukachan
2004-04-23remove "use FML::Log;".fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-01-11fix comments.fukachan
2002-12-18fix comments. more error messagesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-02clean up/fix commentsfukachan
2002-04-26fix a commentfukachan
2002-04-26fix synopsisfukachan
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-13use rfc822_message_ as prefix for method to manipulate the wholefukachan
message.
2002-01-13header_size() -> whole_message_header_size()fukachan
body_size() -> whole_message_body_size()
2001-12-22remove \s*$fukachan
2001-12-22update commentsfukachan
2001-05-27clean up documentationfukachan
2001-05-05remove global variabl e$InComingMessage which is not usedfukachan
2001-04-08modified to use Mail::Message->parse().fukachan
returns the Mail::Message object. See Mail::Message class (1.8-1.9) for on Mail::Message->parse().
2001-04-06correct method name and internal variable names. now we use data andfukachan
data_type mainly by default not content_*.
2001-04-03change class hiererychy from MailingList -> Mailfukachan
Mail::Delivery is the entrance for all delivery systems. Mail::Message handles mail message/content, multipart operations et. al.
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-10clean up descriptionfukachan
2001-02-25clean up docfukachan
2001-02-25clean up docfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-03call MailingList::Message->new() with boundary and content_typefukachan
2001-01-26nuke "usr lib .." for debugfukachan
2001-01-25change arguments for FML::Parse class.fukachan
save unix-from information at pcb in parsing process
2001-01-24rename Netlib class to MailingList class :-)fukachan
2001-01-20nuke FML::Body but modified to use Netlib::Messagesfukachan
2001-01-19Initial revisionfukachan