Similar to inline images for html emails, FogBugz puts all attached images from multipart/mixed at the end, instead of displaying the images where they appear in the message.
e.g.
This one is how it should look:
[image]
This is what I'm seeing
[another image]
becomes
This one is how it should look:
This is what I'm seeing
[image]
[another image]
making it tricky to figure out what your customer is reporting as a bug!