I have been using MIME::Entity to generate MIME emails to include attachments and the such. The problem I am running into is that I am not sure if MIME::Entity supports nested MIME Entries... I need to do the main Content Type as Multipart/Mixed, but embed a Multipart/Alternative within it... I read the man page for MIME::Entity but could not find any reference to this. Does anyone know how this might be posible?