From 8c3b64d00defbba89f38686297e4e9f43e39fd56 Mon Sep 17 00:00:00 2001 From: roundcube Date: Mon, 14 Nov 2005 23:55:46 +0000 Subject: SMTPS support and minor bugfixes git-svn-id: https://svn.roundcube.net/trunk@83 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'roundcubemail/program/steps/mail/compose.inc') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 93fae66ef..9509b492b 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -583,6 +583,15 @@ function format_email_recipient($email, $name='') } +function rcmail_charset_pulldown($selected='ISO-8859-1') + { + $select = new select(); + + + return $select->show($selected); + } + + /****** get contacts for this user and add them to client scripts ********/ $sql_result = $DB->query("SELECT name, email -- cgit v1.2.3