index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
FML
/
Mailer.pm
Age
Commit message (
Expand
)
Author
2006-11-26
fix comments.
fukachan
2006-07-09
white space cosmetics
fukachan
2006-04-05
modifieid to sync w/ Mail::Delivery::Queue changes.
fukachan
2006-04-03
enable fallback
fukachan
2006-04-01
fix copyright
fukachan
2006-03-26
use $curproc->log() as log_info and $curproc->logdebug() as log_debug
fukachan
2006-03-25
rewritten to use access methods to sync w/ Mail::Delivery overhaul.
fukachan
2006-03-21
validate format of recipient within smtp transaction.
fukachan
2005-06-04
fix copyright
fukachan
2005-06-04
method naming fixed to $curproc->OBJ_METHOD() form (FNF).
fukachan
2004-12-05
define logdebug() to disable log messages.
fukachan
2004-07-11
fix comments
fukachan
2004-05-18
pass params $smpt_servers and $smtp_recipient_limit into delivery system
queue-based-distribute-base
fukachan
2004-04-23
remove "use FML::Log;".
fukachan
2004-01-02
more strict error checks.
fukachan
2004-01-02
fix copyright
fukachan
2004-01-02
remove/rename $args
fukachan
2003-08-29
use $curproc->config(), pcb() not { config }, { pcb } respectively.
fukachan
2003-08-25
FNF: fix comments
fukachan
2003-08-23
fix copyright
fukachan
2003-08-23
modified to use $curproc->log*() methods.
fukachan
2003-08-23
new FML::Mailer $curproc;
fukachan
2003-08-23
fix comments: =head2 function(...) form
fukachan
2002-12-26
not set smtp_log_handle to avoid duplication
fukachan
2002-12-18
fix comments. more error messages
fukachan
2002-09-22
add section on FNF
fukachan
2002-09-11
fml5 -> fml8
fukachan
2002-08-03
white spaces
fukachan
2002-07-23
reconstruct SQL functions in IO::Adapter
fukachan
2002-07-02
fix comments and copyright
fukachan
2002-05-27
pass smtp log file handle to Mail::Delivery
fukachan
2002-05-22
save smtp log at var/mail/outgoing/
fukachan
2001-12-23
remove \s*$
fukachan
2001-12-22
update documents, comments
fukachan
2001-12-22
remove \s*$
fukachan
2001-05-28
clean up documents
fukachan
2001-05-19
verify input: $args->{ message } is defined.
fukachan
2001-05-18
check type of arguments: recipient, recipients
fukachan
2001-05-06
send() accpets { file => $filename } parameter.
fukachan
2001-05-05
sendmail() utility which is a wrapper for Mail::Delivery
fukachan