From: "Simone Cortesi" <[EMAIL PROTECTED]> > cortesi Fri Jan 11 20:50:44 2002 EDT > > Modified files: > /phpdoc/it/functions mail.xml > Log: > adding RFC to be in sync with EN > > > Index: phpdoc/it/functions/mail.xml > diff -u phpdoc/it/functions/mail.xml:1.9 phpdoc/it/functions/mail.xml:1.10 > --- phpdoc/it/functions/mail.xml:1.9 Fri Dec 21 06:40:08 2001 > +++ phpdoc/it/functions/mail.xml Fri Jan 11 20:50:43 2002 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- EN-Revision: 1.34 Maintainer: cortesi Status: ready --> > +<!-- EN-Revision: 1.35 Maintainer: cortesi Status: ready --> > <!-- CREDITS: fabio --> > <reference id="ref.mail"> > <title>Funzioni di Mail</title> > @@ -90,9 +90,18 @@ > mettendo una virgola tra ogni indirizzo in <parameter>a</parameter>. Email con allegati e tipi speciali di > contenuto possono essere spedite usando questa funzione. Questo � > possibile tramite la codifica MIME. Per maggiori informazioni, fare riferimento a > - <ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php" > - >http://www.zend.com/zend/spotlight/sendmimeemailpart1.php</ulink> o > - <ulink url="&url.rfc1896;">RFC 1896</ulink>). > + <ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php"> > + un articolo Zend</ulink> o alle <ulink url="http://pear.php.net/get/Mail_Mime"> > + Classi Mime del PEAR</ulink>. > + </simpara> > + <simpara> > + Le seguenti RFC possono essere di aiuto: > + <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> e > + <ulink url="&url.rfc2049;">RFC 2049</ulink>. > </simpara> > <para> > <function>mail</function> restituisce &true; se la mail � stata spedita con
The URLs for http://www.zend.com ... and http://pear.php.net ... should be in global.ent. If you want to change the English manual, don�t forget to add the missing comma in front of the "and" in the enumeration of RFCs. -Egon
