Add support for mulitpart mime email to email sending code
authorlwelling <lwelling@wikimedia.org>
Fri, 7 Dec 2012 21:41:44 +0000 (16:41 -0500)
committerlwelling <lwelling@wikimedia.org>
Fri, 28 Dec 2012 21:43:55 +0000 (16:43 -0500)
commitfc8611d286a0d2a634fac61327b0635b24a7a17f
tree943326453ca736bc4e90ddc31a52e68040cf9691
parent51d13453fb645061c26a4141db1d0f3f68482ffb
Add support for mulitpart mime email to email sending code

The change is backwards compatible so various places that send email
can be upgraded in their own time, or ignore it.
The first user will be the Echo extension but it is likely to be used elsewhere

This requires adding 'pear install Mime_Mail' to the server install
To see a change you need to add $wgAllowHTMLEmail to your LocalSettings.php
By default it is false in DefaultSettings.php as there is no core code that uses it yet

(patch 11 notes fixed)

Change-Id: I2096f50b789ffa0b8f4fa8c32fdaf43e9b0e4661
includes/DefaultSettings.php
includes/UserMailer.php
languages/messages/MessagesEn.php