MDL-33741 file_info: check capability when serving file in coursecat description
[moodle.git] / lib / phpmailer / README_MOODLE.txt
blob5cbeda52cf93610a9dab959872db99ee220fbf1c
1 Description of PHPMailer 5.2.13 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 aboutus.html
8 class.pop3.php
9 class.phpmailer.oauth.php
10 class.phpmailer.oauthgoogle.php
11 get_oauth_token.php
12 .travis.yml
13 .scrutinizer.yml
14 composer.json
15 composer.lock
16 travis.phpunit.xml.dist
17 PHPMailerAutoload.php (make sure all files are included in moodle_phpmailer.php)
18 docs/
19 examples/
20 test/
21 extras/