<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.2.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/0.9/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package mail_queue</description>
</channel>

<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.2.2/">
 <title>Mail_Queue 1.2.2</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.2.2/</link>
 <content:encoded>- fixed bug #6330: check for lost DB connection in _preload()&lt;br /&gt;
- fixed bug #12521: NOTICE: undefined index&lt;br /&gt;
- fixed bug #12768: On errors, sendMail() marks mail as sent anyway&lt;br /&gt;
- added additional checks for factorySendMail() returned Mail&lt;br /&gt;
- better error handling in the MDB2 container&lt;br /&gt;
- code cleanup
 </content:encoded>
 <dc:date>2008-05-07T11:30:37-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.2.1/">
 <title>Mail_Queue 1.2.1</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.2.1/</link>
 <content:encoded>rollout after some month of cvs commit and a new maintainer
 </content:encoded>
 <dc:date>2007-09-13T04:01:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.1.3/">
 <title>Mail_Queue 1.1.3</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.1.3/</link>
 <content:encoded>- fix wrong parameter order for PEAR::raiseError() in sendMailsInQueue()&lt;br /&gt;
  [bug #1990] - thanks Alan Knowles&lt;br /&gt;
- some cleanup&lt;br /&gt;
- php5 fix: Mail_Queue_Body::try() =&gt; _try()  [bug #2098]
 </content:encoded>
 <dc:date>2004-11-04T14:51:35-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.1.2/">
 <title>Mail_Queue 1.1.2</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.1.2/</link>
 <content:encoded>- Use PHP's date() function instead of a mysql-specific&lt;br /&gt;
  NOW() call in the DB container&lt;br /&gt;
- Added pgsql schema in the /docs/ dir (thanks Alan Knowles)&lt;br /&gt;
- Fixed integer quoting in the DB container (bug #1917) (thanks Alan Knowles)&lt;br /&gt;
- DB error reporting now uses toString() (bug #1918) (thanks Alan Knowles)
 </content:encoded>
 <dc:date>2004-07-22T06:16:09-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.1.1/">
 <title>Mail_Queue 1.1.1</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.1.1/</link>
 <content:encoded>- Fixed a buggy implementation of the preload() method&lt;br /&gt;
  which was causing several problems&lt;br /&gt;
- Use DB::modifyLimitQuery() instead of a mysql-specific&lt;br /&gt;
  LIMIT clause in the DB container&lt;br /&gt;
- Added a new MDB2 container
 </content:encoded>
 <dc:date>2004-07-22T05:37:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.1/">
 <title>Mail_Queue 1.1</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.1/</link>
 <content:encoded>- Error management has been rewritten. New error constants are used,&lt;br /&gt;
  so custom error mgmt is now possible.&lt;br /&gt;
- Added a &quot;pearErrorMode&quot; option to specify what to do with Pear_Error&lt;br /&gt;
  (was: PEAR_ERROR_PRINT by default)&lt;br /&gt;
- Added a &quot;sequence&quot; container option to specify the name of the sequence table.&lt;br /&gt;
- Moved Mail_Queue_Error class from Mail/Queue/Error.php to Mail/Queue.php.&lt;br /&gt;
- Preloading management has been rewritten. The amount of memory used by the&lt;br /&gt;
  internal buffer can be limited to any chosen value via the setBufferSize() method.&lt;br /&gt;
- The put() methods now returns last_inserted_id instead of true&lt;br /&gt;
- Fixed error in factorySendMail()&lt;br /&gt;
- Fixed: mails weren't set as send when bypassing the queue using sendMailById()&lt;br /&gt;
- Fixed: Mail_Queue_Container_mdb didn't accept a 'dsn' as option&lt;br /&gt;
- PHP 5 fixes
 </content:encoded>
 <dc:date>2004-03-05T06:32:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.0/">
 <title>Mail_Queue 1.0</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.0/</link>
 <content:encoded>First stable release. Added Lorenzo Alberton to the list of contributors. &lt;br /&gt;
Fixed getMailById() in db.php.&lt;br /&gt;
Added new container: Mail_Queue_Container_mdb - Storage driver for fetching mail&lt;br /&gt;
queue data from a PEAR_MDB database.
 </content:encoded>
 <dc:date>2002-12-13T11:09:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/0.9/">
 <title>Mail_Queue 0.9</title>
 <link>http://pear.php.net/package/Mail_Queue/download/0.9/</link>
 <content:encoded>This is the initial release of the Mail_Queue package.
 </content:encoded>
 <dc:date>2002-09-22T15:47:00-05:00</dc:date>
</item>

</rdf:RDF>