From 025b47dc089f7b9f902cefa4273f8f1cf77f2146 Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 22 Feb 2002 07:44:54 +0000 Subject: [PATCH] urlencode emailaddress git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2497 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webmail.php b/src/webmail.php index 89fa16a3..5504a343 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -90,6 +90,7 @@ if ($right_frame == 'right_main.php') { } elseif ($right_frame == 'folders.php') { $right_frame_url = 'folders.php'; } elseif ($right_frame == 'compose.php') { + $rcptaddress = urlencode($rcptaddress); $right_frame_url = "compose.php?send_to=$rcptaddress"; } else { $right_frame_url = 'right_main.php'; -- 2.25.1