Moodle release 3.5.17
[moodle.git] / lib / phpmailer / README_MOODLE.txt
blobc1b06b74d254adc8ab0902d80e1f3a1e84448526
1 Description of PHPMailer 6.0.1 library import into Moodle
3 We now use a vanilla version of phpmailer and do our customisations in a
4 subclass.
6 When doing the import we remove directories/files:
7 .github/
8 .phan/
9 docs/
10 examples/
11 src/OAuth.php
12 src/POP3.php
13 test/
14 .gitattributes
15 .gitignore
16 .php_cs
17 .scrutinizer.yml
18 .travis.yml
19 SECURITY.md
20 UPGRADING.md
21 composer.json
22 get_oauth_token.php
23 phpdoc.dist.xml
24 travis.phpunit.xml.dist
26 Local changes (to verify/apply with new imports):
28 - MDL-65749: Applied security patch for mitigating CVE-2018-19296
29     https://github.com/PHPMailer/PHPMailer/commit/8e653bb79643abad30ae60b1aad6966c0810b896