]> git.mjollnir.org Git - moodle.git/commitdiff
Annotating some more customizations performed in PHPMailer(); merged from 19_STABLE
authorstronk7 <stronk7>
Mon, 23 Feb 2009 09:09:08 +0000 (09:09 +0000)
committerstronk7 <stronk7>
Mon, 23 Feb 2009 09:09:08 +0000 (09:09 +0000)
lib/phpmailer/README_MOODLE.txt

index c44f33388db3fb3359e1f8ef6078fb3440f2227e..590e73906ae3af09a3fbf6468aee4ee00a2634a9 100644 (file)
@@ -7,3 +7,6 @@ class.phpmailer.php
  * Support for gb18030 (MDL-5229)
  * Correct timezone in date (MDL-12596)
  * Backported fixes for CVE-2007-3215 (MDL-18348)
+ * Custom EncodeHeader() to allow multibyte subjects (textlib). Seems that current phpmailer version (2.3) has it properly implemented (though dependent of mbstring).
+ * Custom constructor PHPMailer()
+ * Custom SetLanguage() function