summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Article.pm
AgeCommit message (Collapse)Author
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2003-12-30clean up.fukachan
update comments.
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-04-20, not *path() method but spool_in() creates subdir if neededfukachan
2003-03-16move id related functions to FML::Article::Sequencefukachan
2003-03-16define new lock channel: article_spoolfukachan
2003-03-03bug fix: try to mkdir $dir ($subdir) when $use_subdir enabled.fukachan
2002-12-26fix if (defined $sfh) { $sfh-> .. }fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-15id() returns data on memory or in sequence_file if not found on memory.fukachan
clean up comments. use $curproc->config(), $curproc->pcb().
2002-10-20clean up white spacesfukachan
2002-09-28care subdir case morefukachan
2002-09-22add section on FNFfukachan
2002-09-15switched to use of $curproc->mkdir() if couldfukachan
2002-09-11fml5 -> fml8fukachan
2002-09-06clean up for eyesfukachan
2002-07-31use LogError() if appropriatefukachan
2002-07-31s/Article/article/fukachan
2002-06-30fix comments. white spaces. FNF-ify.fukachan
2002-06-01defined() overhaulfukachan
2002-04-22error if the article already existsfukachan
2002-04-18$use_spool_subdir -> $spool_type (plane or subdir) + $spool_subdir_unitfukachan
2002-04-15implement subdirpath().fukachan
check $curproc->{'incoming_message'}->{ message } in new() data input.
2002-04-06mkdir subdir if neededfukachan
2002-04-05enable $use_spool_subdir. we use subdir by default such as spool/0/999fukachan
2002-04-03clean up doc & codes, FNF-ifyfukachan
2002-03-31Mail::Message::Spool::spool arg changes: $spool_dir -> $base_dirfukachan
2002-03-30use Mail::Message::Spool::filepath() to determine the article file path.fukachan
2002-03-30FML::Article::filepath() determines the article file path.fukachan
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-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-27update comments with FNF-ifyfukachan
2001-11-18implement speculate_max_id()fukachan
2001-10-27new section "Data IN/OUT among modules" but ... ???fukachan
2001-08-22modified to use File::Specfukachan
2001-05-27clean up documentationfukachan
2001-04-08a new $curproc format: $curproc->{ xxx }->{ message } is a referencefukachan
to a chain of Mail::Message objects. dup() operations uses Mail::Message->dup_header() not Mail::Header->dup() now. This modification comes from the change of our parser. See Mail::Message class (1.8-1.9) for on Mail::Message->parse().
2001-04-07print() not raw_print() messagefukachan
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 and add missing descriptionsfukachan
2001-02-25clean up docfukachan
2001-02-20move FML::SequenceFile and Utils to File::fukachan
add File::Errors also to avoid errors
2001-02-19align the format in HISTORY sectionfukachan
2001-02-01save mail body without \rfukachan
define Messages::raw_print() for it
2001-01-28s/incoming_mail/incoming_message/fukachan