| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-01 | remove $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-30 | clean up. | fukachan | |
| update comments. | |||
| 2003-08-23 | modified to use $curproc->log*() methods. | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-04-20 | , not *path() method but spool_in() creates subdir if needed | fukachan | |
| 2003-03-16 | move id related functions to FML::Article::Sequence | fukachan | |
| 2003-03-16 | define new lock channel: article_spool | fukachan | |
| 2003-03-03 | bug fix: try to mkdir $dir ($subdir) when $use_subdir enabled. | fukachan | |
| 2002-12-26 | fix if (defined $sfh) { $sfh-> .. } | fukachan | |
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-15 | id() returns data on memory or in sequence_file if not found on memory. | fukachan | |
| clean up comments. use $curproc->config(), $curproc->pcb(). | |||
| 2002-10-20 | clean up white spaces | fukachan | |
| 2002-09-28 | care subdir case more | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-15 | switched to use of $curproc->mkdir() if could | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-09-06 | clean up for eyes | fukachan | |
| 2002-07-31 | use LogError() if appropriate | fukachan | |
| 2002-07-31 | s/Article/article/ | fukachan | |
| 2002-06-30 | fix comments. white spaces. FNF-ify. | fukachan | |
| 2002-06-01 | defined() overhaul | fukachan | |
| 2002-04-22 | error if the article already exists | fukachan | |
| 2002-04-18 | $use_spool_subdir -> $spool_type (plane or subdir) + $spool_subdir_unit | fukachan | |
| 2002-04-15 | implement subdirpath(). | fukachan | |
| check $curproc->{'incoming_message'}->{ message } in new() data input. | |||
| 2002-04-06 | mkdir subdir if needed | fukachan | |
| 2002-04-05 | enable $use_spool_subdir. we use subdir by default such as spool/0/999 | fukachan | |
| 2002-04-03 | clean up doc & codes, FNF-ify | fukachan | |
| 2002-03-31 | Mail::Message::Spool::spool arg changes: $spool_dir -> $base_dir | fukachan | |
| 2002-03-30 | use Mail::Message::Spool::filepath() to determine the article file path. | fukachan | |
| 2002-03-30 | FML::Article::filepath() determines the article file path. | fukachan | |
| 2002-01-16 | update copyright | fukachan | |
| 2002-01-16 | change 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-23 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-11-27 | update comments with FNF-ify | fukachan | |
| 2001-11-18 | implement speculate_max_id() | fukachan | |
| 2001-10-27 | new section "Data IN/OUT among modules" but ... ??? | fukachan | |
| 2001-08-22 | modified to use File::Spec | fukachan | |
| 2001-05-27 | clean up documentation | fukachan | |
| 2001-04-08 | a new $curproc format: $curproc->{ xxx }->{ message } is a reference | fukachan | |
| 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-07 | print() not raw_print() message | fukachan | |
| 2001-04-03 | change class hiererychy from MailingList -> Mail | fukachan | |
| Mail::Delivery is the entrance for all delivery systems. Mail::Message handles mail message/content, multipart operations et. al. | |||
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-10 | clean up and add missing descriptions | fukachan | |
| 2001-02-25 | clean up doc | fukachan | |
| 2001-02-20 | move FML::SequenceFile and Utils to File:: | fukachan | |
| add File::Errors also to avoid errors | |||
| 2001-02-19 | align the format in HISTORY section | fukachan | |
| 2001-02-01 | save mail body without \r | fukachan | |
| define Messages::raw_print() for it | |||
| 2001-01-28 | s/incoming_mail/incoming_message/ | fukachan | |
