summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Expand)Author
2001-06-21removed due to obsolete rulefukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-06-10moved to doc/tutorial/ and enable itfukachan
2001-06-10modify to use $ticket_driver. $ticket_driver is class name not modelfukachan
2001-06-10move Language:: to FML::NL:: name space due to the function usagefukachan
2001-06-10clean up temporary variablesfukachan
2001-06-10Initial revisionfukachan
2001-06-09clarify $map_params paremterfukachan
2001-06-09show debug when envvar debug is definedfukachan
2001-06-09update status: "mysql" map is implemented already.fukachan
2001-06-09fix driver samplefukachan
2001-06-02clean up documentfukachan
2001-05-31clean up documentsfukachan
2001-05-30clean up documentsfukachan
2001-05-30clean up documentsfukachan
2001-05-29clean up documentsfukachan
2001-05-28clean up documentsfukachan
2001-05-27clean up documentationfukachan
2001-05-25remove $self->{ _socket } for clean up before we try to connect6().fukachan
2001-05-20I can trap SIMS nowfukachan
2001-05-20verify $end_regexp is not emptyfukachan
2001-05-20oops, wrong method. header_data_type() not get_data_type()fukachan
2001-05-20fix method name: s/message_data_type/get_data_type/fukachan
2001-05-19avoid -w warningfukachan
2001-05-19define list(), getidinfo() and valid()fukachan
2001-05-19pick up queue by Mail::Delivery::Queue and send it sequentially usingfukachan
2001-05-19make _add_info_on_header() to add x-* and list-* header fields.fukachan
2001-05-19send queue by FML::Process::QueueManagerfukachan
2001-05-19verify input: $args->{ message } is defined.fukachan
2001-05-19add List-ID:fukachan
2001-05-18fix typofukachan
2001-05-18check type of arguments: recipient, recipientsfukachan
2001-05-18prepare queue_dir/info/{sender,recipients}/ directory to controlfukachan
2001-05-18parse() can accpet either file or fd (file descriptor).fukachan
2001-05-16clean upfukachan
2001-05-16clean up documentsfukachan
2001-05-16modify inform_reply_message() et. al. a lot.fukachan
2001-05-11nuke obsolete debug codesfukachan
2001-05-09rename Mail::Message::Queue to Mail::Delivery::Queue.fukachan
2001-05-08rename activate() to setrunnable().fukachan
2001-05-06clean up documentfukachan
2001-05-06send() accpets { file => $filename } parameter.fukachan
2001-05-06manipulate mail queue in, remove et. al.fukachan
2001-05-06Mail::Message::{Compose,Parse} adapters to forward the requestfukachan
2001-05-06update documents to reflect Mail::Message::*fukachan
2001-05-06replace create($me, $args) with _build_message($me, $args) sincefukachan
2001-05-05remove global variabl e$InComingMessage which is not usedfukachan
2001-05-05sendmail() utility which is a wrapper for Mail::Deliveryfukachan
2001-05-05fix arguments in documentfukachan
2001-05-05nuke data_type().fukachan