summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery/SMTP.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-05-16 05:00:30 +0000
committerfukachan <fukachan>2004-05-16 05:00:30 +0000
commitfa6cf7fca38050efa5d95b3fc6f6f939d26d0b33 (patch)
tree66239a0c715d7a2ebcfa1886f97a00264f70ba47 /fml/lib/Mail/Delivery/SMTP.pm
parent4ffff2c90ae600e86b40f77d4b09078313d9a62d (diff)
downloadfml8-fa6cf7fca38050efa5d95b3fc6f6f939d26d0b33.tar.gz
fml8-fa6cf7fca38050efa5d95b3fc6f6f939d26d0b33.tar.bz2
fml8-fa6cf7fca38050efa5d95b3fc6f6f939d26d0b33.zip
fix comments
Diffstat (limited to 'fml/lib/Mail/Delivery/SMTP.pm')
-rw-r--r--fml/lib/Mail/Delivery/SMTP.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/Mail/Delivery/SMTP.pm b/fml/lib/Mail/Delivery/SMTP.pm
index baf12da3..40b0f01e 100644
--- a/fml/lib/Mail/Delivery/SMTP.pm
+++ b/fml/lib/Mail/Delivery/SMTP.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: SMTP.pm,v 1.24 2004/01/24 09:03:58 fukachan Exp $
+# $FML: SMTP.pm,v 1.25 2004/05/16 04:55:55 fukachan Exp $
#
@@ -142,7 +142,7 @@ sub new
# Descriptions: send a (SMTP/LMTP) command string to BSD socket.
# Arguments: OBJ($self) STR($command)
-# Side Effects: log file by _smtplog
+# Side Effects: update log file by smtplog.
# set _last_command and _error_action in object itself
# Return Value: none
sub _send_command
@@ -165,7 +165,7 @@ sub _send_command
# Descriptions: receive a reply for a (SMTP/LMTP) command.
# Arguments: OBJ($self)
-# Side Effects: log file by _smtplog
+# Side Effects: update log file by smtplog.
# Return Value: none
sub _read_reply
{