Search found 1 match

by CondorDK
Fri Jul 24, 2009 4:58 am
Forum: PHP - Code
Topic: imap_fetchstructure loop msgid problem?
Replies: 1
Views: 439

imap_fetchstructure loop msgid problem?

Hi, I use the following code to fetch any attachments in any given "$msgid" see below "$s=imap_fetchstructure($link,$msgid); " This works great if I define witch $msgid = 2; number of the message i want to see. But what Iam really looking 4 is that it loops all the message and se...