summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-11 23:18:00 +0000
committerfukachan <fukachan>2002-09-11 23:18:00 +0000
commitca99f29a2fcbf713c643693a24e3fb9c65035380 (patch)
tree342518b76899f3ae0d00dce603c3dff6840e20e8 /fml/lib/Mail/Message
parent098335394326aebb81cfe800adaafbc213313577 (diff)
downloadfml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.tar.gz
fml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.tar.bz2
fml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.zip
fml5 -> fml8
Diffstat (limited to 'fml/lib/Mail/Message')
-rw-r--r--fml/lib/Mail/Message/Checksum.pm4
-rw-r--r--fml/lib/Mail/Message/Compose.pm4
-rw-r--r--fml/lib/Mail/Message/Date.pm4
-rw-r--r--fml/lib/Mail/Message/Encode.pm4
-rw-r--r--fml/lib/Mail/Message/Language/Japanese/Subject.pm4
-rw-r--r--fml/lib/Mail/Message/MH.pm4
-rw-r--r--fml/lib/Mail/Message/Parse.pm4
-rw-r--r--fml/lib/Mail/Message/Spool.pm4
-rw-r--r--fml/lib/Mail/Message/ToHTML.pm6
-rw-r--r--fml/lib/Mail/Message/Utils.pm4
10 files changed, 21 insertions, 21 deletions
diff --git a/fml/lib/Mail/Message/Checksum.pm b/fml/lib/Mail/Message/Checksum.pm
index 3dcd3bd0..929d057b 100644
--- a/fml/lib/Mail/Message/Checksum.pm
+++ b/fml/lib/Mail/Message/Checksum.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: Checksum.pm,v 1.2 2002/04/11 23:15:26 fukachan Exp $
+# $FML: Checksum.pm,v 1.3 2002/04/28 13:14:56 fukachan Exp $
#
package Mail::Message::Checksum;
@@ -261,7 +261,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Checksum appeared in fml5 mailing list driver package.
+Mail::Message::Checksum first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
Algorithm used here is based on NetBSD cksum library (C program).
diff --git a/fml/lib/Mail/Message/Compose.pm b/fml/lib/Mail/Message/Compose.pm
index 50b46688..addc70bd 100644
--- a/fml/lib/Mail/Message/Compose.pm
+++ b/fml/lib/Mail/Message/Compose.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: Compose.pm,v 1.2 2001/05/30 14:35:11 fukachan Exp $
+# $FML: Compose.pm,v 1.3 2001/12/22 09:21:19 fukachan Exp $
#
@@ -42,7 +42,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Compose appeared in fml5 mailing list driver package.
+Mail::Message::Compose first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Mail/Message/Date.pm b/fml/lib/Mail/Message/Date.pm
index 2010c875..4e8931f9 100644
--- a/fml/lib/Mail/Message/Date.pm
+++ b/fml/lib/Mail/Message/Date.pm
@@ -2,7 +2,7 @@
#
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
#
-# $FML: Date.pm,v 1.11 2002/06/01 05:02:34 fukachan Exp $
+# $FML: Date.pm,v 1.12 2002/07/02 12:53:11 fukachan Exp $
#
package Mail::Message::Date;
@@ -420,7 +420,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Date appeared in fml5 mailing list driver package.
+Mail::Message::Date first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
C<date_to_unixtime> is imported from fml 4.0-current libmti.pl.
diff --git a/fml/lib/Mail/Message/Encode.pm b/fml/lib/Mail/Message/Encode.pm
index ed2e0375..8c30b2bf 100644
--- a/fml/lib/Mail/Message/Encode.pm
+++ b/fml/lib/Mail/Message/Encode.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: Encode.pm,v 1.4 2002/08/13 04:53:32 fukachan Exp $
+# $FML: Encode.pm,v 1.5 2002/08/16 15:42:07 fukachan Exp $
#
package Mail::Message::Encode;
@@ -466,7 +466,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Encode appeared in fml5 mailing list driver package.
+Mail::Message::Encode first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Mail/Message/Language/Japanese/Subject.pm b/fml/lib/Mail/Message/Language/Japanese/Subject.pm
index 7ebf5dab..58367814 100644
--- a/fml/lib/Mail/Message/Language/Japanese/Subject.pm
+++ b/fml/lib/Mail/Message/Language/Japanese/Subject.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: Subject.pm,v 1.7 2002/04/10 09:57:25 fukachan Exp $
+# $FML: Subject.pm,v 1.8 2002/07/02 12:55:10 fukachan Exp $
#
@@ -147,7 +147,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
Mail::Message::Language::Japanese::Subject
-appeared in fml5 mailing list driver package.
+first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Mail/Message/MH.pm b/fml/lib/Mail/Message/MH.pm
index 33b60968..7a359e6f 100644
--- a/fml/lib/Mail/Message/MH.pm
+++ b/fml/lib/Mail/Message/MH.pm
@@ -2,7 +2,7 @@
#
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
#
-# $FML: MH.pm,v 1.7 2002/07/17 12:08:46 fukachan Exp $
+# $FML: MH.pm,v 1.8 2002/07/17 12:23:29 fukachan Exp $
#
package Mail::Message::MH;
@@ -149,7 +149,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::MH appeared in fml5 mailing list driver package.
+Mail::Message::MH first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Mail/Message/Parse.pm b/fml/lib/Mail/Message/Parse.pm
index 4b23d840..4cfd7923 100644
--- a/fml/lib/Mail/Message/Parse.pm
+++ b/fml/lib/Mail/Message/Parse.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: Parse.pm,v 1.5 2002/01/13 13:35:29 fukachan Exp $
+# $FML: Parse.pm,v 1.6 2002/01/30 14:51:16 fukachan Exp $
#
@@ -58,7 +58,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Parse appeared in fml5 mailing list driver package.
+Mail::Message::Parse first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Mail/Message/Spool.pm b/fml/lib/Mail/Message/Spool.pm
index 44982d2f..560574ab 100644
--- a/fml/lib/Mail/Message/Spool.pm
+++ b/fml/lib/Mail/Message/Spool.pm
@@ -2,7 +2,7 @@
#
# Copyright (C) 2002 Ken'ichi Fukamachi
#
-# $FML: Spool.pm,v 1.7 2002/04/19 05:22:01 fukachan Exp $
+# $FML: Spool.pm,v 1.8 2002/04/22 04:59:37 fukachan Exp $
#
package Mail::Message::Spool;
@@ -169,7 +169,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Spool appeared in fml5 mailing list driver package.
+Mail::Message::Spool first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Mail/Message/ToHTML.pm b/fml/lib/Mail/Message/ToHTML.pm
index a83e83ce..203c69d3 100644
--- a/fml/lib/Mail/Message/ToHTML.pm
+++ b/fml/lib/Mail/Message/ToHTML.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: ToHTML.pm,v 1.20 2002/05/16 08:00:38 fukachan Exp $
+# $FML: ToHTML.pm,v 1.21 2002/08/10 14:27:23 fukachan Exp $
#
package Mail::Message::ToHTML;
@@ -17,7 +17,7 @@ my $debug = 0;
my $URL =
"<A HREF=\"http://www.fml.org/software/\">Mail::Message::ToHTML</A>";
-my $version = q$FML: ToHTML.pm,v 1.20 2002/05/16 08:00:38 fukachan Exp $;
+my $version = q$FML: ToHTML.pm,v 1.21 2002/08/10 14:27:23 fukachan Exp $;
if ($version =~ /,v\s+([\d\.]+)\s+/) {
$version = "$URL $1";
}
@@ -2566,7 +2566,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::ToHTML appeared in fml5 mailing list driver package.
+Mail::Message::ToHTML first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
This class is renamed from C<Mail::HTML::Lite> 1.40 (2001-2002).
diff --git a/fml/lib/Mail/Message/Utils.pm b/fml/lib/Mail/Message/Utils.pm
index d600492d..c7910e96 100644
--- a/fml/lib/Mail/Message/Utils.pm
+++ b/fml/lib/Mail/Message/Utils.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: @template.pm,v 1.4 2001/12/23 12:25:44 fukachan Exp $
+# $FML: Utils.pm,v 1.2 2001/12/24 02:26:34 fukachan Exp $
#
package Mail::Message::Utils;
@@ -66,7 +66,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Mail::Message::Utils appeared in fml5 mailing list driver package.
+Mail::Message::Utils first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut