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
$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;