Please can you give me an example how should I use the function imap_fetchbody(). I am interested in the third argument -the string part_num. I can get the first, second or third etc. part of message (the third parameter is "1", "2" or "3"), but how do I get for example the second subpart of the firtst part? How does the part_number string look? If I call the imap_fetchbody function with the third argument set to "1.2" it does not work.
Thanks
Josef