Missing property problem that only shows up when sending messages with attachments...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 21 May 2003 15:46:46 +0000 (15:46 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 21 May 2003 15:46:46 +0000 (15:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4883 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/mime/Rfc822Header.class.php

index e6562fe58927e5f8c343191341981f9e9faf317a..241a040232a74702da516193fe9c025e5e64700d 100644 (file)
@@ -33,6 +33,7 @@ class Rfc822Header {
         $xmailer = '',
         $priority = 3,
         $dnt = '',
+        $encoding = '',
         $mlist = array(),
         $more_headers = array(); /* only needed for constructing headers
                                     in smtp.php */