Hi,
Through a combination of different modules and some hand coding in a couple of modules (that I'd rather not repeat) I managed to have a Drupal 6 based site working where I could send an email with either a video or an image, and it would create either a "video" or an "image" node, with the attachment linked to the appropriate CCK field.
I was hoping that Drupal 7 would be more accommodating, and am looking through the modules available to see if a similar functionality is available. I found Mailhandler and some other modules that go towards this, but not quite. For instance, the mail handler processors appear to require knowing the node type ahead of time- I guess I was hoping for some filtering or switch ability based on the contents of the email.

Are there some other modules or extensions of the mail handler I didn't find that might allow something like this?

Thanks,
Rob O'Connell