summaryrefslogtreecommitdiff
path: root/inc/Mailer.class.php
Commit message (Collapse)AuthorAge
* added old plugin hook back into Mailer classAndreas Gohr2011-11-12
| | | | | | it now passes the whole Mail object and also signals if the mail sending was successful to the AFTER event. A bunch of references should make it compatible with old plugins.
* clean headers in a separate stepAndreas Gohr2011-11-12
| | | | | this should make it easier to reintroduce a plugin hook compatible with the old one
* The Mailer class should work nowAndreas Gohr2011-11-02
| | | | | | It's still not real world tested but the output *looks* right. Plugin hook support is still missing.
* Added Mailer classAndreas Gohr2011-11-02