From 0bb7ad5eb668cfbcb9d958899075129a2182bcda Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 1 Feb 2001 05:13:40 +0000 Subject: [PATCH] whoops.. didn't mean to commit this stuff git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1029 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/functions/smtp.php b/functions/smtp.php index b0b922f2..cae5cbc0 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -488,15 +488,6 @@ global $data_dir, $username, $domain, $key, $version, $sent_folder, $imapServerAddress, $imapPort; $more_headers = Array(); - // added as just a precaution (Luke: 1.0.1) - $t = trim($t); - $c = trim($c); - $b = trim($b); - $subject = trim($subject); - $body = trim($body); - $mailbox = trim($mailbox); - $sent_folder = trim($sent_folder); - $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 1); if ($reply_id) { -- 2.25.1