summaryrefslogtreecommitdiff
path: root/pear/package-Mail.xml
blob: dde55b92f4db1461a99d7d30b7c522e6491c4910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>