imajes Fri Jan 11 13:05:35 2002 EDT
Modified files:
/phpdoc/en/functions mail.xml
/phpdoc/entities global.ent
Log:
Added new rfc/pear links, from Richard Heyes
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.34 phpdoc/en/functions/mail.xml:1.35
--- phpdoc/en/functions/mail.xml:1.34 Wed Dec 12 15:47:00 2001
+++ phpdoc/en/functions/mail.xml Fri Jan 11 13:05:34 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<reference id="ref.mail">
<title>Mail functions</title>
<titleabbrev>Mail</titleabbrev>
@@ -89,10 +89,19 @@
be specified by putting a comma between each address in
<parameter>to</parameter>. Email with attachments and special
types of content can be sent using this function. This is
- accomplished via MIME-encoding - for more information, see
- <ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php"
- >http://www.zend.com/zend/spotlight/sendmimeemailpart1.php</ulink> or
- <ulink url="&url.rfc1896;">RFC 1896</ulink>).
+ accomplished via MIME-encoding - for more information, see this
+ <ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php">
+ Zend article</ulink> or the <ulink url="http://pear.php.net/get/Mail_Mime">
+ PEAR Mime Classes</ulink>.
+ </simpara>
+ <simpara>
+ The following RFC's may also be useful:
+ <ulink url="&url.rfc1896;">RFC 1896</ulink>,
+ <ulink url="&url.rfc2045;">RFC 2045</ulink>,
+ <ulink url="&url.rfc2046;">RFC 2046</ulink>,
+ <ulink url="&url.rfc2047;">RFC 2047</ulink>,
+ <ulink url="&url.rfc2048;">RFC 2048</ulink> and
+ <ulink url="&url.rfc2049;">RFC 2049</ulink>.
</simpara>
<para>
<function>mail</function> returns &true; if the mail
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.1 phpdoc/entities/global.ent:1.2
--- phpdoc/entities/global.ent:1.1 Sun Jan 6 10:42:28 2002
+++ phpdoc/entities/global.ent Fri Jan 11 13:05:35 2002
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.1 2002/01/06 15:42:28 hholzgra Exp $
+ $Id: global.ent,v 1.2 2002/01/11 18:05:35 imajes Exp $
Contains global "macros" for all the XML documents.
@@ -168,6 +168,11 @@
<!ENTITY url.rfc1950 'http://www.ietf.org/rfc/rfc1950.txt'>
<!ENTITY url.rfc1951 'http://www.ietf.org/rfc/rfc1951.txt'>
<!ENTITY url.rfc1952 'http://www.ietf.org/rfc/rfc1952.txt'>
+<!ENTITY url.rfc2045 'http://www.ietf.org/rfc/rfc2045.txt'>
+<!ENTITY url.rfc2046 'http://www.ietf.org/rfc/rfc2046.txt'>
+<!ENTITY url.rfc2047 'http://www.ietf.org/rfc/rfc2047.txt'>
+<!ENTITY url.rfc2048 'http://www.ietf.org/rfc/rfc2048.txt'>
+<!ENTITY url.rfc2049 'http://www.ietf.org/rfc/rfc2049.txt'>
<!ENTITY url.sablotron "http://www.gingerall.com/">
<!ENTITY url.sesam.de
"http://its.siemens.de/lobs/its/techinf/oltp/sesam/manuals/index_gr.htm">
<!ENTITY url.sesam.en
"http://its.siemens.de/lobs/its/techinf/oltp/sesam/manuals/index_en.htm">