This is the first official release of mailsave for Drupal 6. At this time only the main mailsave module and the clean up filters are ready for use. The mailsave_to_image module isn't available as the image module itself hasn't been officially released.
No significant changes to mailsave, but includes a new clean up filter for Tele2 (submitted by HeManHedman), and some minor changes to the Verizon filter (submitted by Moonshine).
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.
Version 2 of mailsave. Mailsave now implements a modular structure and mailsave on its own does nothing more than save attachments. Other modules are called via hook_mailsave. This package includes a module called mailsave_to_image which implements the original "convert to image node" functionality of mailsave in the new format.
This is the original v5 branch for the combined mailsave module that both detached files AND did node conversion. This is superceded by v2 which separates these functions. This branch will no longer be developed.