On 23 Jan 2001 06:36:02 -0800, Jochen Kächelin <[EMAIL PROTECTED]> wrote:
>How can I extract the information
>about email attachments using the IMAP-functions?
Use imap_fetchstructure(). It returns a pretty large array, so you'll probably
want to spend some quality time with the documentation and print_r() getting
all of the details.
One nice thing if you're making a webmail interface is that you won't need to
worry too much about mime-types - those can be passed through to the browser,
which can figure out anything from text/plain to video/quicktime.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]