Browse Source

whoops.. didn't mean to commit this stuff

Luke Ehresman 24 years ago
parent
commit
57baafdd47
1 changed files with 0 additions and 9 deletions
  1. 0 9
      functions/smtp.php

+ 0 - 9
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) {