Merge branch 'htmlmail'
* htmlmail: (26 commits) changed internal Mailer members from private to protected made it possible to disable HTML mails in the config removed commented code left from the quoted_printable days add missing table tags for HTML diff mails fixed subscriber mail signatures use real HRs in HTML mails Add various headers to the mails FS#2247. pull request #83 closed removed footer image from HTML mails use inlinestyles for diffs in HTML mails fixed signature stripping fixed mailprefix handling fixed missing replacement for HTML notify mails allow image embeds in HTML mail templates Added HTML wrapper for mails allow non-txt extensions when accessing locales added Mailer class to autoloader Replaced mail_send calls with new Mailer class Make use of new Mailer class in notify() Copy all text replacements to HTML replacements in Mailer Added setBody() to Mailer class ...
No related branches found
No related tags found
Showing
- conf/dokuwiki.php 1 addition, 0 deletionsconf/dokuwiki.php
- inc/DifferenceEngine.php 47 additions, 14 deletionsinc/DifferenceEngine.php
- inc/Mailer.class.php 652 additions, 0 deletionsinc/Mailer.class.php
- inc/auth.php 20 additions, 30 deletionsinc/auth.php
- inc/common.php 48 additions, 42 deletionsinc/common.php
- inc/lang/en/mailwrap.html 13 additions, 0 deletionsinc/lang/en/mailwrap.html
- inc/lang/en/subscr_digest.txt 1 addition, 1 deletioninc/lang/en/subscr_digest.txt
- inc/lang/en/subscr_list.txt 1 addition, 1 deletioninc/lang/en/subscr_list.txt
- inc/lang/en/subscr_single.txt 1 addition, 1 deletioninc/lang/en/subscr_single.txt
- inc/load.php 2 additions, 1 deletioninc/load.php
- inc/media.php 14 additions, 20 deletionsinc/media.php
- inc/pageutils.php 7 additions, 5 deletionsinc/pageutils.php
- inc/subscription.php 12 additions, 10 deletionsinc/subscription.php
- lib/plugins/config/lang/en/lang.php 1 addition, 0 deletionslib/plugins/config/lang/en/lang.php
- lib/plugins/config/settings/config.metadata.php 1 addition, 0 deletionslib/plugins/config/settings/config.metadata.php
Loading
Please register or sign in to comment