Many of the Mailsave modules cannot be installed. The module list gives this message:

This version is incompatible with the 6.16 version of Drupal core.

Comments

Chadwick Wood’s picture

Same with Drupal 6.17. Is this intentional? I'd be happy to work on the CCK imagefield-related module! I really need this.

BeaPower’s picture

same here!

yngens’s picture

Ditto

artatac’s picture

Priority: Normal » Major

This is also true in 619 - it would be helpful to know if there are ANY plans to sort this

Thanks

Joe

PhilW50’s picture

I have noticed this in my 6.19 install but does the main function of saving the attachments to the node still work. It does not seem to be functioning for me-no attachments are posted with the post.

Andy B’s picture

Title: This version is incompatible with the 6.16 version of Drupal core. » This version is incompatible with the 6.x version of Drupal core.
Priority: Major » Critical

This is going on with the following modules:
mailsave to audio, mailsave to image attach and mailsave to cck imagefield. This need a fix badly because I need to be able to post images/audio files through email. Since this module hasn't been worked on for quite a while (2009 was last release?) it's doubtful that the developer is working on it now. The project might be abandoned..! Any other modules that will take this ones place?

itserich’s picture

Does Media Mover have similar functions?

cor3huis’s picture

Yes indeed, Media Mover module found at http://drupal.org/project/media_mover does indeed what mailsave would do, it is a good alternative. Note however that mailsave is still a valuable module and that the Audiofile save part can be easily made compatible with the latest 6.19 if you have some coding skills.

itserich’s picture

For saving attached e-mailed images to nodes, I found Mime Router worked more effectively than Media Mover. Zero configuration from what I recall.

http://drupal.org/project/mimerouter

cor3huis’s picture

Good you found MIME Router, would have been my choice also, but that was not what you asked ;-)

calmforce’s picture

I found the same problem with 6.26 and modules "Mailsave to audio", "Mailsave to CCK Imagefield", "Mailsave to image attach". The reason is clear: .info files of these modules use obsolete syntax. It is very easy to fix - see example below for mailsave_to_image_attach.info:

name = Mailsave to image attach
description = Works with mailsave to create image nodes and attach them to the main node
dependencies[] = mailsave
dependencies[] = image_attach
package = "Mailsave"
core = 6.x

note core version - should be without quotes. Dependencies have to be one-by-one with square brackets []. That's it.

I am not sure that the module will work with lates version of Image or other, but at least you can enable it.