Add Horde_Mail package.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 May 2010 01:07:32 +0000 (19:07 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 May 2010 05:49:58 +0000 (23:49 -0600)
commitbbb688cfc7432f14026b9f8f559da657a9443ba1
tree3e3744c2524ae465607082603536e7754ce13d26
parent3eaa7179c450e1a30d13bbedf34cc46f2fbda6da
Add Horde_Mail package.

Adds the following features:
 * Allows a stream to be passed in.
 * Allows raw headertext to be used in the outgoing messages (required
   for things like message redirection pursuant to RFC 5322 [3.6.6]).
 * Native PHP 5 code.
 * Provides more comprehensive sendmail error messages.
 * Uses Exceptions instead of PEAR_Errors.
13 files changed:
framework/Mail/lib/Horde/Mail.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Driver.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Exception.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Mail.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Mock.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Null.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Rfc822.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Sendmail.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Smtp.php [new file with mode: 0644]
framework/Mail/lib/Horde/Mail/Smtpmx.php [new file with mode: 0644]
framework/Mail/package.xml [new file with mode: 0644]
framework/Mail/test/Horde/Mail/AllTests.php [new file with mode: 0644]
framework/Mail/test/Horde/Mail/ParseTest.php [new file with mode: 0644]