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
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
2 matches
Mail list logo