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

24 Commits

Author SHA1 Message Date
Marcus Bointon
31493b6732
Big cleanup for Symfony coding style and php-cs-fixer, see #1148 2017-09-07 18:21:09 +02:00
Marcus Bointon
0fb61f4656
is_null() -> null === 2017-09-07 10:17:38 +02:00
Marcus Bointon
a8728150fd
Don't echo & concat, use , 2017-07-28 10:54:10 +02:00
Marcus Bointon
a4fdea1590
Combine echo & exit 2017-07-28 10:48:35 +02:00
Marcus Bointon
1e53c07286 Minor fixes, code style 2016-08-31 10:26:06 +02:00
Marcus Bointon
593a0c586a Remove unneeded PHPDoc tags: @static, @access, @return void, @private
@link -> @see (PSR-5)
Always use `boolean`
2016-08-29 10:21:39 +02:00
Marcus
338f992055 Provide links for League packages 2016-04-21 12:51:31 +02:00
Marcus
26378e0eca Fix precedence 2016-04-08 01:41:46 +02:00
Marcus
dca2a72e19 Add Microsoft scope options 2016-04-07 11:35:44 +02:00
Marcus
498204253c Revert to later version! 2016-04-07 11:33:03 +02:00
Marcus
33f82ab517 Merge branch 'master' into 5.4
Bump version to 5.5
Clean up code generator
# Conflicts:
#	README.md
#	examples/send_file_upload.phps
#	src/SMTP.php
#	test/phpmailerTest.php
2016-04-07 10:52:37 +02:00
Synchro
bf60c58a01 Merge branch 'master' into 5.4
# Conflicts:
#	composer.lock
#	get_oauth_token.php
2016-01-07 18:39:55 +01:00
Synchro
df2a2dfc79 Point at Google-specific OAuth2 lib since that's the only provider supported in 5.2.x 2016-01-07 18:35:00 +01:00
Synchro
40bdd9c488 Merge branch 'master' into 5.4
# Conflicts:
#	changelog.md
#	composer.json
#	get_oauth_token.php
2015-12-07 22:19:48 +01:00
sherryl4george
2116208ab0 Resolve Scope issues which results in auth failure 2015-12-08 02:08:46 +05:30
Synchro
14e8ef03eb Short array syntax 2015-11-10 13:45:13 +01:00
Marcus Bointon
fe1e8699f0 Don't try to set accessType, at least until upstream fixes access to it 2015-10-23 21:25:23 +01:00
Marcus Bointon
a4b8b91027 Partial fix for #539 2015-10-23 13:32:43 +02:00
François B
b87462979b Change line endings from CRLF to LF
All files in PHPMailer have LF line endings, except those two.
Harmonize line endings to LF for consistency.
2015-10-02 18:52:29 +02:00
Synchro
d6d7a8d17c Avoid IDE warnings in a mixed PHP version project 2015-09-22 08:11:09 +02:00
Synchro
d24a921e52 Changed AuthType name to 'XOAUTH2'
Tested, fixed examples
Improved token script
Code cleanup
2015-05-21 03:12:17 +02:00
Synchro
ed41c8310d Docs 2015-05-20 09:06:40 +02:00
Synchro
e874b2a14b Code cleanups 2015-05-19 17:36:29 +02:00
sherryl4george
b4cf92e843 XOAUTH Changes 2015-05-19 16:13:33 +02:00