program/steps/mail/compose.inc
@@ -35,7 +35,11 @@ if (!is_array($_SESSION['compose']) || $_SESSION['compose']['id'] != get_input_value('_id', RCUBE_INPUT_GET)) { rcmail_compose_cleanup(); $_SESSION['compose'] = array('id' => uniqid(rand()), 'param' => array_map('strip_tags', $_GET)); $_SESSION['compose'] = array( 'id' => uniqid(rand()), 'param' => array_map('strip_tags', $_GET), 'mailbox' => $IMAP->get_mailbox_name() ); // process values like "mailto:foo@bar.com?subject=new+message&cc=another" if ($_SESSION['compose']['param']['_to']) {