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

27 Commits

Author SHA1 Message Date
Synchro
5afb552337 Avoid convoluted syntax
Use more robust comparisons, be more forgiving where it's not important
Don't assume temp file writing worked
2014-11-03 17:28:20 +01:00
Synchro
b56c9b6849 5.2.9 release 2014-09-25 18:36:22 +02:00
Synchro
9a4646e261 Rename tval param to something more readable
Ensure port and timeout are set as integers
2014-08-05 11:59:50 +02:00
Synchro
6365f4d6fd PHPDoc cleanup - consistent naming of integer and boolean types 2014-06-06 09:45:38 +02:00
Synchro
608c301af9 PHPDoc cleanup - consistent naming of integer and boolean types 2014-06-06 08:01:56 +02:00
Synchro
ca71445fb2 Make tests check for config
Generate debug output during POP tests
Ignore errors during POP3 disconnect
Update PHPUnit dependency to 4.1 in composer
2014-06-05 16:58:17 +02:00
Synchro
d89f8c22e2 Cleanup 2014-06-05 13:52:07 +02:00
Synchro
e4008971fb Refactor of error handling and debug output
Better property defaults, no need for constructor
Better default port handling
2014-06-05 03:11:24 +02:00
Synchro
d3802c597b 5.2.8 release 2014-05-14 09:04:18 +02:00
Synchro
9103c12ef0 Docs cleanup, some markdown, make file comments consistent
Add HTML5 email address validation pattern
Fix language path if CWD has changed (fixes #205)
2014-04-08 13:45:36 +02:00
Synchro
79a090d7ca Various cleanups for scrutinizer 2014-03-31 15:32:13 +02:00
Synchro
cd4ed6130a Fix POP3 test failures
Fake pop server can now specify a port to run on
2013-08-05 18:12:08 +02:00
Synchro
73093a32a3 Add fake pop server and POP-before-SMTP tests.
Update POP before SMTP example to use new static method.
2013-08-02 16:19:01 +02:00
Synchro
d992ae6dc4 Centralise check for debug output
PSR-2 reformat

Enable debug output for failing test

Fix broken test
Comment clearout

Proper thin spaces before French punctuation

Fix phpdocs for addrAppend and addrFormat, fixes #81
Minor code cleanup, remove some local vars

See changelog.

More phpdoc cleanup
2013-07-30 12:51:15 +02:00
Veres Lajos
2839fa48cd small misspell fixes 2013-06-04 23:51:17 +01:00
Synchro
4d9434e394 5.2.6 release
See changelog
2013-04-11 18:45:39 +02:00
Synchro
0642bf5901 Move house 2013-04-02 09:12:48 +02:00
Jim Jagielski
60262de24a Add Marcus as official admin 2013-03-25 08:45:22 -04:00
Synchro
adb0197c10 Merge in changes from Google code 5.2.4 release
Code cleanup in SMTP class
2013-02-21 12:44:28 +01:00
Synchro
10c57b72fe Merge changes from Google Code 5.2.2 release, thanks Jim
Replace Quoted-Printable encoder, improve tests
Reformat changelog using markdown
Coding standards
2012-12-04 12:15:39 +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
Synchro
06aff1b403 Merge in 5.2.1 from google code 2012-04-27 21:47:05 +02:00
Marcus Bointon
cca7fc22fb Import PHPMailer 5.2.0 from apache project 2011-08-23 10:20:10 +02:00
Marcus Bointon
5b661107ca Import 5.1 2010-06-23 16:46:33 +00:00
Marcus Bointon
8d4fc6d507 Merge in changes from the 5.0-dev branch 2009-05-05 11:22:26 +00:00
Marcus Bointon
da06e1d598 No code changes, just cleanup
Fix some inconsistent phpdoc syntax, make sure scripts have a page-level docblock and version tags
Remove compiled phpdocs from repo
Add docs.ini config file for phpdoc: use `phpdoc -i docs.ini` to generate docs.
2008-11-12 11:16:35 +00:00
Marcus Bointon
fb07adf194 Fix wrong folder nesting 2008-11-11 15:34:07 +00:00