0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
Commit Graph

125 Commits

Author SHA1 Message Date
Marcus Bointon
e4123e66b4 Merge branch 'master' into dkimrevision 2019-10-20 19:37:17 +02:00
Marcus Bointon
3649f0697e Use HTML5 doctype and set lang attr everywhere 2019-10-16 10:09:01 +02:00
Marcus Bointon
aa07c8f7c7
DKIM_add rewrite, see #1860 2019-10-10 15:57:08 +02:00
Marcus Bointon
c9e4d921d4
Standards cleanup 2019-10-08 13:35:03 +02:00
Marcus Bointon
c0d49ac049
Consistent use of debug constants, CS 2019-09-27 18:33:36 +02:00
Marcus Bointon
f48d768d4a
Update logo image 2019-09-26 10:57:33 +02:00
Marcus Bointon
69a5403d48
Add logos 2019-09-25 14:48:26 +02:00
Marcus Bointon
8414097b86
Use constants more consistently 2019-09-24 12:38:51 +02:00
Marcus Bointon
12c4f0a85a
Add more error checking to mailing list example 2019-07-30 18:26:19 +02:00
Oliver Smith
06a74eeea9 corrected 'imap_getmailboxes' comment to include third parameter (#1663) 2019-02-15 09:11:12 +01:00
Zdeněk Večeřa
3c90248c01 Update DKIM_sign.phps (#1521) 2018-10-30 08:40:02 +01:00
Marco Muths
5c9d3c5484 Add flag for using copiedHeaderFields and config for using extra headers in DKIM signature (#1468)
* Changed in DKIM signature

- Add flag for using copiedHeaderFields
- config for using extra headers in DKIM signature

* Cleanups after Review

- Don't use masked ampersands in url
- Remove test related artifacts after run

* Complete docs
2018-06-26 17:04:38 +02:00
Marcus Bointon
4fd6207768
Fix for #1361 2018-03-21 14:39:59 +01:00
dknacht
2a1dc5ce2e Update README.md (#1292)
* Update README.md

Added links to the recommended optional libraries.
Changed order of "Upgrading from 5.2" and "Legacy versions", i think this way is more logical to read.
Updated language quantity in the "Localization" section.

* Update README.md

Corrected review

* Update README.md

* Update phpmailer.lang-es.php

Added missing point to make grammatically correct and consistent with the other translations.
2018-01-15 11:42:49 +01:00
Marcus Bointon
95a68b6ca7
Remove duplicate require in SMTP example 2017-11-06 12:53:20 +01:00
Marcus Bointon
cff938462d
Can use __DIR__ now 2017-09-29 16:07:42 +02:00
Marcus Bointon
2c06e68d22
Can use __DIR__ now 2017-09-29 16:04:52 +02:00
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
de3db41419
Casts & PHPDoc boolean -> bool, see http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration 2017-09-07 11:17:37 +02:00
Marcus Bointon
7a037c1eaa
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	README.md
#	examples/gmail.phps
#	src/SMTP.php
2017-08-28 12:15:27 +02:00
Niklas
ccdeae108a IMAP section in the Gmail example (#1117)
Add IMAP example into gmail example
2017-08-02 16:20:32 +02:00
Marcus Bointon
dbbc1397c4
Fix XSS vuln in example code: CVE-2017-11503 2017-07-26 20:02:31 +02:00
Marcus Bointon
c899ba203f
Remove code generator example - too messy! 2017-07-26 19:54:31 +02:00
Marcus Bointon
589b09fce5 Remove trailing commas 2017-06-29 21:54:09 +02:00
Marcus Bointon
1f9a66492a
Replace all uses of MD5 and SHA1 with SHA256
Use more secure method of generating IDs
2017-05-11 18:41:34 +02:00
Marcus Bointon
c33a3a7824
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	examples/gmail_xoauth.phps
#	src/PHPMailer.php
2017-04-13 12:31:40 +02:00
Haci Murat Yaman
1f974d0ab3 updated misleading comment on sample for smtp/google via xoauth2 #890 (#1019)
* updated misleading comment on sample code for smtp.google.com via xoauth2

* undo change on gitignore
2017-04-03 19:25:48 +02:00
Marcus Bointon
b18cb98131
Merge remote-tracking branch 'origin/master' 2017-01-09 10:33:47 +01:00
Marcus Bointon
8914ec7a4b
Merge branch 'master' into 6.0
# Conflicts:
#	VERSION
#	examples/contentsutf8.html
#	src/PHPMailer.php
#	src/POP3.php
#	src/SMTP.php
#	test/bootstrap.php
2017-01-06 23:34:57 +01:00
Marcus Bointon
6349f4cf06
Emoji in test content 2017-01-05 17:53:20 +01:00
Marcus Bointon
a39c742bd7
Example cleanup 2017-01-05 13:06:20 +01:00
Marcus Bointon
c6713cdbe2
Add simple contact form example 2017-01-05 13:05:53 +01:00
ka7
fa04e02c9a spelling fixes (#949) 2017-01-03 12:10:00 +01:00
corentinheadoo
66cf4fbaff Cleaning js (#858)
* Clean some js file

* Cleaning code
2016-10-17 18:17:18 +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 Bointon
d188cdc2e3 Merge branch 'master' into 6.0 2016-07-06 09:31:40 +02:00
Bruno Ribeiro
39a2e3a620 fix warning (#761)
fix message <b>Warning</b>:  array_key_exists() expects parameter 2 to be array when is bad auth
2016-07-06 09:29:37 +02:00
Marcus Bointon
2acd2eff9c Update examples, add contact form example 2016-06-29 18:26:55 +02:00
Marcus Bointon
f5cea12dbd Improve DKIM examples 2016-06-06 14:33:29 +02:00
Marcus Bointon
78ef24e9f6 Merge branch 'master' into 6.0
# Conflicts:
#	.gitignore
#	VERSION
#	src/PHPMailer.php
#	src/POP3.php
#	src/SMTP.php
2016-06-06 14:23:33 +02:00
Marcus Bointon
1361047a5d Add DKIM example 2016-06-06 10:54:56 +02:00
Marcus Bointon
ec4c2ee867 Standardise on CRLF line breaks
Better auth mechanism selection
2016-05-23 10:30:31 +02:00
Marcus Bointon
384609cc83 Coding standards 2016-05-03 10:06:48 +02:00
Marcus Bointon
c2816d47cb Add DNS entry generator, fixes #644 2016-05-03 10:06:15 +02:00
Marcus Bointon
f7033d68b6 Remove obsolete QP-encode function
Improve & fix data URL handling
Remove old class loader from phpunit bootstrap
Improve test coverage
Remove some unnecessary trailing line breaks from attachment MIME structure
2016-05-02 18:27:44 +02:00
Marcus Bointon
da739aa763 Fix callback example 2016-05-01 17:06:51 +02:00
Marcus Bointon
d3eabffd0c Fix callback example 2016-05-01 17:06:20 +02:00
Marcus Bointon
efbcfa97c0 Callback cleanup, examples 2016-05-01 17:00:48 +02:00
Marcus Bointon
558bcdc269 DKIM cleanup, examples 2016-05-01 13:09:24 +02:00