Hi Rob,
In answer to your questions. I downloaded and installed the latest dev release and it did not fix the error. I have set postie to look for html emails and the formatting output looks fine. However I am still missing the third image. In answer:
1. My image template is as follows:
<a href="http://www.domain.com/?p={ID}"><img src="{FULL}" alt="{CAPTION}" title="{CAPTION}" class="attachment" /></a>
2. I am using 'html' processing of my emails.
3. The third image does not make it to my webserver in wp-content/uploads which is where the other 2 images are being stored.
4. I am using my CFORMSII to capture user input and send email to my mailserver. I configured Postie to access this via POP3. I have verified that all 3 images are on the mailserver and attached to the email in the inbox.
5. The images are all on my mailserver which has a large capacity for accepting image emails (up to 10mb per email).
6. The image sizes are: 24kb, 92kb, and 240kb.
I am at a loss as to what it is. It appears to cycle through processing the first 2 images fine but stops at the third? I have tried the following:
#img%#
and
#img% caption='Text 1'#
In both cases the first 2 images are processed fine, the third is missed. Any suggestions or instructions will be greatly appreciated and followed.
In summary: The images make it to the mailserver fine, but the third image does not show up in my webserver file storage or the body of the post.
Thanks Rob,
Dave