Downloads
Release notes
This update to mailsave introduces additional modules to extend mailsave:
mailsave_to_image_attach can be used to turn jpegs in to separate image nodes which are linked to the parent message. This allows you to add images to posts without losing the original content type. This can be useful for posts such as forum entries, when the original content type is important.
mailsave_to_imagefield allows mailsave to add images to CCK image fields - thanks to Moonshine for this module.
mailsave_to_audio (beta) allows mailsave to try and handle mp3 files by creating audio nodes. This module is beta and really needs more work, but it's here to try out!
There are some additional clean up filters, based on sample messages received from the Drupal community.
And finally, the new version takes advantage of the newest version of mailhandler which does the retrieval of attachments by itself. This speeds things up as previously mailsave had to do this part which meant making another call to the mail server. Mailsave will happily work with older versions of mailhandler as it continues to support them.