Parcourir la source

added var to message-class where we put the location of the temporary
attachment name in case we use the message-object also for composing
messages. (Not finished yet but I'm working on it)

stekkel il y a 23 ans
Parent
commit
8cece0472d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      class/mime.class.php

+ 3 - 1
class/mime.class.php

@@ -541,7 +541,9 @@ class message {
         $is_mdnsent = 0,
         $body_part = '',
         $offset = 0,  /* for fetching body parts out of raw messages */
-        $length = 0;  /* for fetching body parts out of raw messages */
+        $length = 0,  /* for fetching body parts out of raw messages */
+	$att_local_name = ''; /* location where the tempory attachment
+	                         is stored. For future usage in smtp.php */
 
     function setEnt($ent) {
         $this->entity_id= $ent;