Hello,
I can access a remote POP3 mailbox but i want to dwnld the attachment in the mail.
$struct=imap_fetchstructure($mbox,$cntr);
foreach ($struct->parts as $part)
{
if ($part->disposition=="ATTACHMENT")
{ echo "Filename: ".$part->dparameters[0]->value;
}
}
How do i dwnlod the File which is the attchment
Using PHP,Linux
Thanks
tyrant

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic