]> granicus.if.org Git - php/commitdiff
package.xml file for the PEAR Mail package
authorTomas V.V.Cox <cox@php.net>
Thu, 6 Jun 2002 06:43:19 +0000 (06:43 +0000)
committerTomas V.V.Cox <cox@php.net>
Thu, 6 Jun 2002 06:43:19 +0000 (06:43 +0000)
pear/package-Mail.xml [new file with mode: 0644]

diff --git a/pear/package-Mail.xml b/pear/package-Mail.xml
new file mode 100644 (file)
index 0000000..dde55b9
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- do not use the "Type" attribute here, that one is only for
+     generated package.xml files -->
+<package version="1.0">
+  <name>Mail</name>
+  <summary>Class that provides multiple interfaces for sending emails</summary>
+  <description> The PEAR's Mail:: interface, defines the interface for implementing
+ mailers under the PEAR hierarchy, and provides supporting functions
+ useful in multiple mailer backends. Currently supported are native PHP mail() function,
+ sendmail and SMTP. This package also provides a RFC 822 Email address list validation utility class.
+  </description>
+  <license>PHP License</license>
+  <maintainers>
+    <maintainer>
+      <user>chagenbu</user>
+      <role>lead</role>
+      <name>Chuck Hagenbuch</name>
+      <email>chuck@horde.org</email>
+    </maintainer>
+    <maintainer>
+      <user>richard</user>
+      <role>developer</role>
+      <name>Richard Heyes</name>
+      <email>richard@phpguru.org</email>
+    </maintainer>
+  </maintainers>
+  <release>
+    <version>1.0</version>
+    <date>2002-06-06</date>
+    <notes>Initial release as PEAR package</notes>
+    <state>stable</state>
+    <filelist>
+        <dir name="/" role="php">
+            <file name="Mail.php"/>
+            <dir name="Mail">
+                <file name="mail.php"/>
+                <file name="sendmail.php"/>
+                <file name="smtp.php"/>
+                <file name="RFC822.php"/>
+            </dir>
+        </dir>
+    </filelist>
+  </release>
+</package>