summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery
AgeCommit message (Collapse)Author
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
2001-05-09rename Mail::Message::Queue to Mail::Delivery::Queue.fukachan
make $queue_dir/info/ to hold delivery information
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
2001-04-30clean up documents hierarchy.fukachan
remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/
2001-04-24regenfukachan
2001-04-24fix program pathfukachan
2001-04-15nuke a few "(debug)"fukachan
2001-04-08regen documentfukachan
2001-04-08relocate error() et. al. definitions for each module to have eachfukachan
handlers within under the hierarchy.
2001-04-08modified to sync w/ Mail::Message 1.9.fukachan
deliver() accept Mail::Message object as a data. s/recipient_array_reference/recipient_array/
2001-04-08update document, nuke $Id$fukachan
2001-04-08nuke $Id$fukachan
2001-04-07$msg->set_print_mode(smtp);fukachan
2001-04-03Initial revisionfukachan