Hi all,
I'm studying imap functions for PHP and not everything is quite clear...
I'm parsing a 2 parts message.
Part 1 is the body of the msg.
Part 2 is the an attachment.
the problem is:
when I retrive the ifdparameters property for part 1 of the msg I get TRUE and the dparameters object for that part has attribute=FILENAME and value=the name of the file
part 2 (the attachment) instead has ifdparameters = false...
so, the question is:
what's the best way to retrive an attachment using php imap functions?
thanx a lot!