summaryrefslogtreecommitdiff
path: root/inc/Mailer.class.php
Commit message (Expand)AuthorAge
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
* amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
* improve PHPDocs of MailerGerrit Uitslag2014-02-15
* add Reply-To and Sender to whitelist for cleanAddress FS#2916Gerrit Uitslag2014-02-15
* Fix sending empty and duplicated headers, FS#2887Michael Hamann2013-12-01
* Mailer: avoid overlong headers in content ids FS#2868Andreas Gohr2013-10-22
* base64 should be split at 4 bytes only FS#2864Andreas Gohr2013-10-12
* filename in email should be an atomAndreas Gohr2013-10-12
* use different boundary prefix FS#2846Andreas Gohr2013-10-12
* successfully validate Mailer mails with msglintAndreas Gohr2013-10-12
* FS#2677 support arrays in to, cc, bcc headers in MailerAndreas Gohr2013-08-03
* apply media_isexternalKlap-in2013-05-21
* 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