iwai****@users*****
iwai****@users*****
2009年 12月 18日 (金) 17:19:25 JST
Index: docs/modules/Email-Sender-0.093380/lib/Email/Sender/Transport/SMTP/Persistent.pod diff -u /dev/null docs/modules/Email-Sender-0.093380/lib/Email/Sender/Transport/SMTP/Persistent.pod:1.1 --- /dev/null Fri Dec 18 17:19:25 2009 +++ docs/modules/Email-Sender-0.093380/lib/Email/Sender/Transport/SMTP/Persistent.pod Fri Dec 18 17:19:25 2009 @@ -0,0 +1,38 @@ +=pod + +=head1 NAME + +Email::Sender::Transport::SMTP::Persistent - an SMTP client that stays online + +=head1 VERSION + +version 0.093380 + +=head1 DESCRIPTION + +The stock L<Email::Sender::Transport::SMTP> reconnects each time it sends a +message. This transport only reconnects when the existing connection fails. + +=head1 METHODS + +=head2 disconnect + + $transport->disconnect; + +This method sends an SMTP QUIT command and destroys the SMTP client, if on +exists and is connected. + +=head1 AUTHOR + + Ricardo Signes <rjbs****@cpan*****> + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2009 by Ricardo Signes. + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. + + +=cut +