summaryrefslogtreecommitdiff
path: root/library/WT/Mail.php
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-6/+6
2015-01-18Default constructors do not need parenthesesGreg Roach1-2/+2
2014-11-08PHPDocGreg Roach1-2/+3
2014-10-18PHPDocGreg Roach1-7/+28
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-5/+5
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-11/+11
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-6/+9
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-9/+13
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-2/+1
2014-05-06Replace global user functions with WT_User classGreg Roach1-1/+2
2014-02-22Cannot send insecure SMTP mailGreg Roach1-1/+1
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-25#1254887 - Should not use gethostbyaddr directly on getClientIPGreg Roach1-1/+0
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-10-29Add more support for Reply-To: headers on emailfisharebest1-6/+6
2013-10-29Add internal support for Reply-To: headers on emailfisharebest1-20/+13
2013-09-14 #1063054 - Errors in mail sending should be traced, not outputtedGreg Roach1-27/+42
2013-08-25Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with non-bre...Greg Roach1-0/+90