summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery/Net
AgeCommit message (Collapse)Author
2012-04-24fix descriptions, copyright.fukachan
2012-04-21not duplicated loading of Socket related classes.fukachan
2006-07-09white space cosmeticsfukachan
2006-04-20try to connect(2) $mta by IPv6 if (1) we can use Socket6 and (2) mtafukachan
is not pure IPv4 syntax (Iv6 syntax or hostname). IPv6 module, which should be fully rewritten in the future, exports parse_mta6() and is_pure_ipv4_syntax(). rewritten to use them.
2006-04-01fix comments (FNF)fukachan
2006-03-26fix arguments:fukachan
+ connect{4,6}() accepts $mta. + remove not used arguments.
2006-03-24overhaul.fukachan
use $self->log*() instead of Mail::Delivery::Utils.
2006-03-24overhaul.fukachan
+ more use of access methods. + change method name to more proper one.
2005-05-27fix comments (FNF)fukachan
2005-05-27set timeout for socket(2).fukachan
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2004-01-02fix copyrightfukachan
2003-12-31fix copyrightfukachan
2003-12-30fix label namefukachan
2002-12-20use return().fukachan
fix comments.
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
2001-12-22remove \s*$fukachan
2001-10-27obsoletefukachan
2001-10-10oops, old IO::Socket has no connected() method.fukachan
modified to use our own socket_is_connected() method or remove connected() check.
2001-10-10bug fix: ensure we handle IPv6 case more restrictlyfukachan
2001-06-21removed due to obsolete rulefukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-05-31clean up documentsfukachan
2001-05-25remove $self->{ _socket } for clean up before we try to connect6().fukachan
fix returning of error messages correcly by $self->error().
2001-05-11nuke obsolete debug codesfukachan
2001-04-30clean up documents hierarchy.fukachan
remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/
2001-04-24regenfukachan
2001-04-24fix program pathfukachan
2001-04-03Initial revisionfukachan