| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-04-15 | reset alarm after flock() | fukachan | |
| 2003-03-17 | log setrunnable() succeed. | fukachan | |
| 2003-02-11 | FNF: not use $_ | fukachan | |
| 2003-01-11 | fix copyright | fukachan | |
| 2003-01-11 | fix comments | fukachan | |
| 2003-01-11 | remove not used variable. | fukachan | |
| 2002-12-30 | enhance Mail::Message::set_log_function() to override the global log | fukachan | |
| function within Mail::Message name space. Thie enables all objects within the current Mail::Message space uses the same log function. We need this function to enforce all objects in a chain to use the same log output channel. So, Mail::Delivery enhanced to use this function to fix the lack of log messages for multipart messages. | |||
| 2002-12-20 | use return(). | fukachan | |
| fix comments. | |||
| 2002-11-19 | input of recipients can be duplicated | fukachan | |
| 2002-11-17 | enabled passing of recipient_maps (ARRAY_REF) into mail queue. | fukachan | |
| By this, we can now pass $digest_recipient_maps as digest recipients to mail queue system. | |||
| 2002-09-28 | we should not use hard-coded file/dir mode | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-07-31 | recipients: total=\d+ | fukachan | |
| 2002-07-23 | reconstruct SQL functions in IO::Adapter | fukachan | |
| new IO::Adapter $map, $config; | |||
| 2002-07-02 | fix comments | fukachan | |
| more defined() checks FNF-ify | |||
| 2002-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-06-01 | FNF | fukachan | |
| remove not-used argument declaration | |||
| 2002-05-27 | pass smtp log file handle to Mail::Delivery | fukachan | |
| 2002-04-10 | whitespace niche | fukachan | |
| 2002-04-08 | fix/clean up documents | fukachan | |
| 2002-04-07 | FNF-ify: one line <= 80 | fukachan | |
| 2002-02-17 | fix argument | fukachan | |
| 2002-01-30 | oops, fix fucntion call syntax. | fukachan | |
| 2002-01-30 | use File::Spec | fukachan | |
| 2002-01-27 | clarify IO::Adapter definition and clean up get_XXX() functions. | fukachan | |
| remove get_member(), get_active() and get_recipient() define get_next_key() and get_next_value() and clarify thier definitions. | |||
| 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. | |||
| 2002-01-13 | use Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions. | fukachan | |
| 2002-01-13 | remove \s*$ | fukachan | |
| 2002-01-13 | update comments, copyright. FNF-ify. | fukachan | |
| 2002-01-13 | update comments, copyright. FNF-ify. | fukachan | |
| 2002-01-13 | update comments, copyright | fukachan | |
| 2001-12-26 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-10-27 | obsolete | fukachan | |
| 2001-10-10 | oops, old IO::Socket has no connected() method. | fukachan | |
| modified to use our own socket_is_connected() method or remove connected() check. | |||
| 2001-10-10 | bug fix: ensure we handle IPv6 case more restrictly | fukachan | |
| 2001-10-10 | bug fix: clear error counter | fukachan | |
| check more defined($socket) or not, socket is connected more debug log | |||
| 2001-08-24 | in() method: | fukachan | |
| If $msg object has print() method, arbitrary $msg is acceptable. | |||
| 2001-07-08 | fix missing CRLF at "." (seems to inherit it in translation;) | fukachan | |
| 2001-07-08 | fixed: nuke Exporter from @ISA | fukachan | |
| 2001-06-21 | removed due to obsolete rule | fukachan | |
| 2001-06-17 | we use $FML$, add it and nuke $Id$ if it exists | fukachan | |
| 2001-06-02 | clean up document | fukachan | |
| 2001-05-31 | clean up documents | fukachan | |
| 2001-05-25 | remove $self->{ _socket } for clean up before we try to connect6(). | fukachan | |
| fix returning of error messages correcly by $self->error(). | |||
| 2001-05-19 | define list(), getidinfo() and valid() | fukachan | |
| 2001-05-18 | prepare queue_dir/info/{sender,recipients}/ directory to control | fukachan | |
| envelope information. To set the information, queue->set(key, value) method is used. FML::Process::QueueManager class is a prototype to send queues in queue_dir/. | |||
| 2001-05-16 | clean up documents | fukachan | |
| 2001-05-11 | nuke obsolete debug codes | fukachan | |
