Re: [PHP] Re: Imap and attachments

2005-03-11 Thread Evert | Rooftop Solutions
Jim Plush wrote: here is a script I use to get jpg attachments with IMAP.. good luck [snip] Thanx Jim, Unfortunaly some e-mail clients send the headers in ways the imap-functions can't read. So I figured something out using regular expressions. If anyone needs this, mail me (in total it's a b

[PHP] Re: Imap and attachments

2005-03-10 Thread Jim Plush
here is a script I use to get jpg attachments with IMAP.. good luck from[0]->mailbox."@".$header->from[0]->host.''; return $header->from[0]->mailbox."@".$header->from[0]->host; } function get_structure($mbox,$i) { $structure = imap_fetchstructure($mbox, $i); return $structure; } function no_at