summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery
AgeCommit message (Collapse)Author
2003-04-15reset alarm after flock()fukachan
2003-03-17log setrunnable() succeed.fukachan
2003-02-11FNF: not use $_fukachan
2003-01-11fix copyrightfukachan
2003-01-11fix commentsfukachan
2003-01-11remove not used variable.fukachan
2002-12-30enhance Mail::Message::set_log_function() to override the global logfukachan
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-20use return().fukachan
fix comments.
2002-11-19input of recipients can be duplicatedfukachan
2002-11-17enabled 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-28we should not use hard-coded file/dir modefukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-31recipients: total=\d+fukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
2002-07-02fix commentsfukachan
more defined() checks FNF-ify
2002-06-01nuke white spaces \s*$fukachan
2002-06-01FNFfukachan
remove not-used argument declaration
2002-05-27pass smtp log file handle to Mail::Deliveryfukachan
2002-04-10whitespace nichefukachan
2002-04-08fix/clean up documentsfukachan
2002-04-07FNF-ify: one line <= 80fukachan
2002-02-17fix argumentfukachan
2002-01-30oops, fix fucntion call syntax.fukachan
2002-01-30use File::Specfukachan
2002-01-27clarify 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-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 Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions.fukachan
2002-01-13remove \s*$fukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
2002-01-13update comments, copyrightfukachan
2001-12-26update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-27obsoletefukachan
2001-10-10oops, old IO::Socket has no connected() method.fukachan
modified to use our own socket_is_connected() method or remove connected() check.
2001-10-10bug fix: ensure we handle IPv6 case more restrictlyfukachan
2001-10-10bug fix: clear error counterfukachan
check more defined($socket) or not, socket is connected more debug log
2001-08-24in() method:fukachan
If $msg object has print() method, arbitrary $msg is acceptable.
2001-07-08fix missing CRLF at "." (seems to inherit it in translation;)fukachan
2001-07-08fixed: nuke Exporter from @ISAfukachan
2001-06-21removed due to obsolete rulefukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-06-02clean up documentfukachan
2001-05-31clean up documentsfukachan
2001-05-25remove $self->{ _socket } for clean up before we try to connect6().fukachan
fix returning of error messages correcly by $self->error().
2001-05-19define list(), getidinfo() and valid()fukachan
2001-05-18prepare queue_dir/info/{sender,recipients}/ directory to controlfukachan
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-16clean up documentsfukachan
2001-05-11nuke obsolete debug codesfukachan