Explorar o código

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 %!s(int64=23) %!d(string=hai) anos
pai
achega
8cece0472d
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;