summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery/SMTP.pm
AgeCommit message (Expand)Author
2012-12-13fix copyrightfukachan
2012-12-13RT#66474: catch up IO::Handle changes in Perl 5.16 to avoid a lot of warnings.fukachan
2006-07-09white space cosmeticsfukachan
2006-04-22message modified (unified among modules)fukachan
2006-04-20fix error reset timing.fukachan
2006-04-20try to connect(2) $mta by IPv6 if (1) we can use Socket6 and (2) mtafukachan
2006-04-16fix variable name: num_rcpt -> rcpt_totalfukachan
2006-04-05fix fallback algorithm: we need not do fallback for the queue alreadyfukachan
2006-04-03style: not use $_xxx in loopfukachan
2006-04-03fix retry handling (now we use cost penalty by rollback).fukachan
2006-04-03check the number of effective MTA.fukachan
2006-04-02fix error handling (do not trap normal condition)fukachan
2006-04-02overhaul.fukachan
2006-03-25overhaul.fukachan
2006-03-23if EHLO fails, try HELO.fukachan
2006-03-21bug fix starting position in fallback process.fukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
2004-08-15implement voluntary sleep/wakeup queue mode switching.fukachan
2004-08-14log $recipient_limit info if limit != 1000fukachan
2004-07-26override print mode of Mail::Message object to "raw" in fallbacking.fukachan
2004-06-27queue system debug: trace number of bytes written.fukachan
2004-05-18implement fallback when it fails to send the mail to all MTA's.fukachan
2004-05-16define $MAP_ERR_OPEN.fukachan
2004-05-16clean up message, log.fukachan
2004-05-16remove private method.fukachan
2004-05-16fix commentsfukachan
2004-05-16rollback if DATA error occurs.fukachan
2004-01-24overhaul from FNF point view.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-01-11fix copyrightfukachan
2003-01-11remove not used variable.fukachan
2002-12-30enhance Mail::Message::set_log_function() to override the global logfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-31recipients: total=\d+fukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
2002-06-01nuke white spaces \s*$fukachan
2002-05-27pass smtp log file handle to Mail::Deliveryfukachan
2002-01-27clarify IO::Adapter definition and clean up get_XXX() functions.fukachan
2002-01-16change Mail::Message naming convention.fukachan
2002-01-13update comments, copyrightfukachan
2001-12-22remove \s*$fukachan
2001-10-10oops, old IO::Socket has no connected() method.fukachan
2001-10-10bug fix: clear error counterfukachan
2001-07-08fix missing CRLF at "." (seems to inherit it in translation;)fukachan
2001-06-02clean up documentfukachan
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
2001-04-15nuke a few "(debug)"fukachan
2001-04-08modified to sync w/ Mail::Message 1.9.fukachan
2001-04-07$msg->set_print_mode(smtp);fukachan