Hi Okar,
the client decides what to do with incoming data in regard of
the MIME type.
Usually, there is a list of MIME type and corresponding action
in the clients browser, and you can't change it from the server.
Timo
> Regardless the nature of the attachment, things are happening
> ex
I m using the following attachment handling code in my web client
bytes;
// $type = $object->type;
// $subtype = $object->subtype;
//...
$attch = imap_base64(imap_fetchbody($mbox, $id, $pid));
//...
$types = array("text", "multipart", "message", "application", "audio",
"image", "video", "o
2 matches
Mail list logo