summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Mailer.pm
AgeCommit message (Collapse)Author
2006-11-26fix comments.fukachan
fix error logic.
2006-07-09white space cosmeticsfukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
+ use recipient_maps as an argument to Mail::Delivery system. + pass queue object to Mail::Delivery system. + check if delivery is DONE or not by get_not_done().
2006-04-03enable fallbackfukachan
2006-04-01fix copyrightfukachan
2006-03-26use $curproc->log() as log_info and $curproc->logdebug() as log_debugfukachan
in Mail::Delivery, by passing log_debug function pointer to Mail::Delivery class.
2006-03-25rewritten to use access methods to sync w/ Mail::Delivery overhaul.fukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
2005-06-04fix copyrightfukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
get_article_id -> article_get_id set_article_id -> article_set_id config_files_append_to_list -> config_files_append append_to_config_files_list -> config_files_append_to_list get_config_files_list -> config_files_get_list load_config_files -> config_files_load set_config_files_list -> config_files_set_list verify_sender_credential -> credential_verify_sender get_current_process_ml_name -> current_process_get_ml_name set_current_process_ml_name -> current_process_set_ml_name fix_perl_include_path -> env_fix_perl_include_path parse_exception -> exception_parse parse_incoming_message -> incoming_message_parse clean_up_incoming_queue -> incoming_message_queue_clean_up get_cui_menu -> menu_get_cui_config_file_path get_gui_menu -> menu_get_gui_config_file_path resolve_ml_specific_variables -> ml_variables_resolve outgoing_message_open_channel -> outgoing_message_cache_open open_outgoing_message_channel -> outgoing_message_open_channel inform_reply_messages -> reply_message_inform prepare_file_to_return -> reply_message_prepare_template clean_up_tmpfiles -> tmp_files_clean_up reset_umask -> umask_reset set_umask_as_public -> umask_set_as_public
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-11fix commentsfukachan
2004-05-18pass params $smpt_servers and $smtp_recipient_limit into delivery systemqueue-based-distribute-basefukachan
2004-04-23remove "use FML::Log;".fukachan
2004-01-02more strict error checks.fukachan
fix comments.
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-25FNF: fix commentsfukachan
2003-08-23fix copyrightfukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23new FML::Mailer $curproc;fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2002-12-26not set smtp_log_handle to avoid duplicationfukachan
2002-12-18fix comments. more error messagesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-03white spacesfukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
2002-07-02fix comments and copyrightfukachan
fix "use FML::Log qw(...)" more defined() checks
2002-05-27pass smtp log file handle to Mail::Deliveryfukachan
2002-05-22save smtp log at var/mail/outgoing/fukachan
2001-12-23remove \s*$fukachan
2001-12-22update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-05-28clean up documentsfukachan
2001-05-19verify input: $args->{ message } is defined.fukachan
2001-05-18check type of arguments: recipient, recipientsfukachan
2001-05-06send() accpets { file => $filename } parameter.fukachan
2001-05-05sendmail() utility which is a wrapper for Mail::Deliveryfukachan