summaryrefslogtreecommitdiff
path: root/inc/Mailer.class.php
Commit message (Expand)AuthorAge
* do not expose version in outgoing mails FS#2701Andreas Gohr2013-02-16
* ignore empty header on mail sendingDominik Eckelmann2012-11-23
* remove empty BCC/CC mail headersDominik Eckelmann2012-11-23
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
* added missing underscore to replaced char class charsAndreas Gohr2012-07-01
* do not use char class in Mailer header cleaningAndreas Gohr2012-07-01
* some code beautificationAndreas Gohr2012-06-23
* another bad comparison fixedAndreas Gohr2012-06-23
* fixed wrong comparison in Mailer::dump()Andreas Gohr2012-06-23
* changed internal Mailer members from private to protectedAndreas Gohr2012-04-15
* made it possible to disable HTML mails in the configAndreas Gohr2012-04-15
* removed commented code left from the quoted_printable daysAndreas Gohr2012-03-23
* use real HRs in HTML mailsAndreas Gohr2012-03-09
* Add various headers to the mails FS#2247. pull request #83 closedAndreas Gohr2012-03-09
* fixed signature strippingAndreas Gohr2012-03-09
* fixed mailprefix handlingAndreas Gohr2012-03-09
* allow image embeds in HTML mail templatesAndreas Gohr2011-11-13
* Added HTML wrapper for mailsAndreas Gohr2011-11-13
* Copy all text replacements to HTML replacements in MailerAndreas Gohr2011-11-12
* Added setBody() to Mailer classAndreas Gohr2011-11-12
* shorten title when used as prefixAndreas Gohr2011-11-12
* mail prefix defaults to title when emptyAndreas Gohr2011-11-12
* added old plugin hook back into Mailer classAndreas Gohr2011-11-12
* clean headers in a separate stepAndreas Gohr2011-11-12
* The Mailer class should work nowAndreas Gohr2011-11-02
* Added Mailer classAndreas Gohr2011-11-02