0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 18:03:04 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
Roman Minchyn
870350756b [TASK]
replace "@type" annotation in favor of "@var" as proposed by phpdoc.org

Issue #513
2015-09-28 11:35:42 +02:00
Synchro
34b33d9e3f Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2015-01-09 14:15:29 +01:00
Synchro
43091014e0 Refactor and major cleanup of EasyPeasyICS, including a fix for #338 2015-01-09 14:13:47 +01:00
Synchro
65784d190a Reformat code to PSR-2 standard 2015-01-09 13:04:31 +01:00
Jim Jagielski
dcf5bf624d typo on PSR2 2014-12-27 23:19:04 -05:00
Jim Jagielski
afa80c5553 updates for add't tests and PSR2 2014-12-27 22:45:53 -05:00
Synchro
127d26ef3c Remove 'advanced' html2text converter to resolve license clash, fixes #232
Allow injection of custom html2text converter, amend tests to cover it
Update README and related docs
2014-12-17 16:07:02 +01:00
Synchro
9d0a3940c0 Update NTLM SASL lib
This is still pretty old, bad code, and I think it's incomplete, and I don't have an NTLM system to test against. Should probably be removed.
2014-11-09 14:07:13 +01:00
Synchro
a1258f90e5 Fix various typos, js MIME type, thanks to @fbonzon, fixes #296 2014-10-12 11:17:17 +02:00
Synchro
accb157ab3 Add basic docs for extras classes, fixes #240 2014-08-13 11:33:26 +02:00
Synchro
6365f4d6fd PHPDoc cleanup - consistent naming of integer and boolean types 2014-06-06 09:45:38 +02:00
Synchro
580c337ff6 Update html2text 2014-05-14 17:22:01 +02:00
Synchro
cc350282cb Clean up htmlfilter lib, reformat to PSR-2
Clean up docs
2014-01-30 18:13:08 +01:00
Veres Lajos
2839fa48cd small misspell fixes 2013-06-04 23:51:17 +01:00
Synchro
3c80c56a55 Add iCal event attachments and test case, fixes #47, thanks to @reblutus
Minor code cleanup
Bundle EasyPeasyICS class in extras
2013-05-29 02:15:17 +02:00
Synchro
4d9434e394 5.2.6 release
See changelog
2013-04-11 18:45:39 +02:00
Synchro
ac658cf21b Update the html2text class with a fork from https://github.com/mtibben/html2text
Hopefully it will fix the PHP 5.5 build as it no longer uses the deprecated `/e` modifier.
I removed the namespace declaration so that it will work in older versions of PHP, and lower-cased the class name for backward compatibility.
2013-03-21 15:41:59 +01:00
Synchro
9a279e3a6f Implement an 'advanced' html to text converter for MsgHTML, using the html2text class we already bundle [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/368/)
Some code cleanup in tests
2013-03-21 15:08:29 +01:00
Synchro
6f919df65e Import 5.2.2rc2 from Google Code
Major cleanup of PHPDocs
Test suite works again
2012-11-21 16:12:07 +01:00
Marcus Bointon
cca7fc22fb Import PHPMailer 5.2.0 from apache project 2011-08-23 10:20:10 +02:00