diff options
| author | fukachan <fukachan> | 2001-04-03 09:53:28 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-03 09:53:28 +0000 |
| commit | a66bacedf58e41da62a6b401fabc18f31c929d88 (patch) | |
| tree | ab37bd76e76d2cc1fd4a19869c6dba730a50bf51 /fml/lib/Mail/index.ja.html | |
| parent | ebc2b10e731301a8bbaa306004b7d4df82bcfdf0 (diff) | |
| download | fml8-snap-20010403.tar.gz fml8-snap-20010403.tar.bz2 fml8-snap-20010403.zip | |
change class hierarchy from MailingList:: to Mail::snap-20010403
The entrance to these module is Mail::Delivery and all operations of
mail content is served by Mail::Message.
Diffstat (limited to 'fml/lib/Mail/index.ja.html')
| -rw-r--r-- | fml/lib/Mail/index.ja.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fml/lib/Mail/index.ja.html b/fml/lib/Mail/index.ja.html new file mode 100644 index 00000000..5cd28e53 --- /dev/null +++ b/fml/lib/Mail/index.ja.html @@ -0,0 +1,38 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +Mail::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<CENTER><EM>Mail class modules</EM></CENTER> +<HR> +<A HREF="delivery.ja.html"> +fml5 のメール配送システムについて +</A> +<HR> +<TABLE> +<TR> +<TD> + <A HREF=Delivery/index.ja.html>Mail::Delivery::* class</A> +<TR> +<TD> + Delivery.pm <TD> +<A HREF="Delivery.pm">[source]</A> +<TD> +<A HREF="@@doc/Delivery.txt">[manual]</A> +<TD> +<TR> +<TD> + Message.pm <TD> +<A HREF="Message.pm">[source]</A> +<TD> +<A HREF="@@doc/Message.txt">[manual]</A> +<TD> +</TABLE> +</BODY> +</HTML> |
