Top Level :: Mail

Package Information: Mail_Queue

Show All Changelogs
» Version » Information
1.2.2Download

Release date: 2008-05-07 15:30 UTC
Release state: stable

Changelog:

- fixed bug #6330: check for lost DB connection in _preload()
- fixed bug #12521: NOTICE: undefined index
- fixed bug #12768: On errors, sendMail() marks mail as sent anyway
- added additional checks for factorySendMail() returned Mail
- better error handling in the MDB2 container
- code cleanup

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Mail
  • PEAR Package: Mail_Mime
1.2.1Download

Release date: 2007-09-13 08:01 UTC
Release state: stable

Changelog:

rollout after some month of cvs commit and a new maintainer

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Mail
  • PEAR Package: Mail_Mime
1.1.3Download

Release date: 2004-11-04 19:51 UTC
Release state: stable

Changelog:

- fix wrong parameter order for PEAR::raiseError() in sendMailsInQueue()
[bug #1990] - thanks Alan Knowles
- some cleanup
- php5 fix: Mail_Queue_Body::try() => _try() [bug #2098]

Dependencies:
1.1.2Download

Release date: 2004-07-22 10:16 UTC
Release state: stable

Changelog:

- Use PHP's date() function instead of a mysql-specific
NOW() call in the DB container
- Added pgsql schema in the /docs/ dir (thanks Alan Knowles)
- Fixed integer quoting in the DB container (bug #1917) (thanks Alan Knowles)
- DB error reporting now uses toString() (bug #1918) (thanks Alan Knowles)

Dependencies:
1.1.1Download

Release date: 2004-07-22 09:37 UTC
Release state: stable

Changelog:

- Fixed a buggy implementation of the preload() method
which was causing several problems
- Use DB::modifyLimitQuery() instead of a mysql-specific
LIMIT clause in the DB container
- Added a new MDB2 container

Dependencies:
1.1Download

Release date: 2004-03-05 11:32 UTC
Release state: stable

Changelog:

- Error management has been rewritten. New error constants are used,
so custom error mgmt is now possible.
- Added a "pearErrorMode" option to specify what to do with Pear_Error
(was: PEAR_ERROR_PRINT by default)
- Added a "sequence" container option to specify the name of the sequence table.
- Moved Mail_Queue_Error class from Mail/Queue/Error.php to Mail/Queue.php.
- Preloading management has been rewritten. The amount of memory used by the
internal buffer can be limited to any chosen value via the setBufferSize() method.
- The put() methods now returns last_inserted_id instead of true
- Fixed error in factorySendMail()
- Fixed: mails weren't set as send when bypassing the queue using sendMailById()
- Fixed: Mail_Queue_Container_mdb didn't accept a 'dsn' as option
- PHP 5 fixes

Dependencies:
1.0Download

Release date: 2002-12-13 16:09 UTC
Release state: stable

Changelog:

First stable release. Added Lorenzo Alberton to the list of contributors.
Fixed getMailById() in db.php.
Added new container: Mail_Queue_Container_mdb - Storage driver for fetching mail
queue data from a PEAR_MDB database.

Dependencies:
0.9Download

Release date: 2002-09-22 19:47 UTC
Release state: beta

Changelog:

This is the initial release of the Mail_Queue package.

Dependencies: