Thomas Bruederli
2013-11-14 2af37485965d0fd0a121a0f23f821138ad1a5529
Clean HTML message body from URL parameters after enabling HTML mode in commit e957bfec
1 files modified
5 ■■■■■ changed files
program/steps/mail/compose.inc 5 ●●●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -446,6 +446,11 @@
    }
  }
  // clean HTML message body which can be submitted by URL
  if ($COMPOSE['param']['body']) {
    $COMPOSE['param']['body'] = rcmail_wash_html($COMPOSE['param']['body'], array('safe' => false, 'inline_html' => true), array());
  }
  $RCMAIL = rcmail::get_instance();
  // select folder where to save the sent message