From cf20a40a071370bf82b146feef05db419479c6d9 Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 28 Aug 2002 16:23:25 +0000 Subject: [PATCH] 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) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3498 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/mime.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/class/mime.class.php b/class/mime.class.php index f6ae0d74..a34ffc22 100644 --- a/class/mime.class.php +++ b/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; -- 2.25.1