Re: [PHP] Web Client - How to open applications by their own.

2002-09-09 Thread timo stamm
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

[PHP] Web Client - How to open applications by their own.

2002-09-09 Thread Okar
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