| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10 | moved to doc/tutorial/ and enable it | fukachan | |
| 2001-06-10 | modify to use $ticket_driver. $ticket_driver is class name not model | fukachan | |
| name. | |||
| 2001-06-10 | move Language:: to FML::NL:: name space due to the function usage | fukachan | |
| 2001-06-10 | clean up temporary variables | fukachan | |
| 2001-06-10 | Initial revision | fukachan | |
| 2001-06-09 | clarify $map_params paremter | fukachan | |
| internal name change: _schema -> _driver | |||
| 2001-06-09 | show debug when envvar debug is defined | fukachan | |
| 2001-06-09 | update status: "mysql" map is implemented already. | fukachan | |
| 2001-06-09 | fix driver sample | fukachan | |
| 2001-06-02 | clean up document | fukachan | |
| 2001-05-31 | clean up documents | fukachan | |
| 2001-05-30 | clean up documents | fukachan | |
| 2001-05-30 | clean up documents | fukachan | |
| 2001-05-29 | clean up documents | fukachan | |
| 2001-05-28 | clean up documents | fukachan | |
| 2001-05-27 | clean up documentation | 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-20 | I can trap SIMS now | fukachan | |
| 2001-05-20 | verify $end_regexp is not empty | fukachan | |
| clean up comments | |||
| 2001-05-20 | oops, wrong method. header_data_type() not get_data_type() | fukachan | |
| 2001-05-20 | fix method name: s/message_data_type/get_data_type/ | fukachan | |
| 2001-05-19 | avoid -w warning | fukachan | |
| 2001-05-19 | define list(), getidinfo() and valid() | fukachan | |
| 2001-05-19 | pick up queue by Mail::Delivery::Queue and send it sequentially using | fukachan | |
| FML::Mailer | |||
| 2001-05-19 | make _add_info_on_header() to add x-* and list-* header fields. | fukachan | |
| 2001-05-19 | send queue by FML::Process::QueueManager | fukachan | |
| 2001-05-19 | verify input: $args->{ message } is defined. | fukachan | |
| 2001-05-19 | add List-ID: | fukachan | |
| align spaces add_rfc2369() and add_software_info() can manipulate MIME::Lite object as optional. | |||
| 2001-05-18 | fix typo | fukachan | |
| bug fix dump_variables: show %_fml_config_result not %_fml_config | |||
| 2001-05-18 | check type of arguments: recipient, recipients | 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-18 | parse() can accpet either file or fd (file descriptor). | fukachan | |
| 2001-05-16 | clean up | fukachan | |
| nuke $Id$, require Exporter et. al. | |||
| 2001-05-16 | clean up documents | fukachan | |
| 2001-05-16 | modify inform_reply_message() et. al. a lot. | fukachan | |
| queue a message on "not a member" to sent back in var/mqueue/. XXX queue only now. we should be able to send it ;) | |||
| 2001-05-11 | nuke obsolete debug codes | fukachan | |
| 2001-05-09 | rename Mail::Message::Queue to Mail::Delivery::Queue. | fukachan | |
| make $queue_dir/info/ to hold delivery information | |||
| 2001-05-08 | rename activate() to setrunnable(). | fukachan | |
| 2001-05-06 | clean up document | fukachan | |
| rename queue_file() to filename() new() mkdir deferred/ if not exists. | |||
| 2001-05-06 | send() accpets { file => $filename } parameter. | fukachan | |
| 2001-05-06 | manipulate mail queue in, remove et. al. | fukachan | |
| 2001-05-06 | Mail::Message::{Compose,Parse} adapters to forward the request | fukachan | |
| Mail::Message::Compose class forwards the request to Mail::Lite, Mail::Message::Parse is a dummy class which forwards requests to base class Mail::Message. | |||
| 2001-05-06 | update documents to reflect Mail::Message::* | fukachan | |
| 2001-05-06 | replace create($me, $args) with _build_message($me, $args) since | fukachan | |
| create() is ambiguous (what it creates ?). add several comments on what new() and _build_message() do. | |||
| 2001-05-05 | remove global variabl e$InComingMessage which is not used | fukachan | |
| 2001-05-05 | sendmail() utility which is a wrapper for Mail::Delivery | fukachan | |
| 2001-05-05 | fix arguments in document | fukachan | |
| 2001-05-05 | nuke data_type(). | fukachan | |
| replace data_type() with get_data_type(). define header_data_type() method to retrieve the data type of the whole mail message. | |||
