Dan successfully did this with the mailhandler and mailsave modules.
He'll have to post how. Here's some utterly irrelevant and useless background:
Images with mailhandler... back in 2003!
http://drupal.org/node/2702
I successfully implemented imagehandler.module for Drupal 4.0. Since mailhandler and image module has changed a lot since, you probably need retune the function. It currently supports only JPG.
Dan successfully did this with the mailhandler and mailsave modules.
He'll have to post how. Here's some utterly irrelevant and useless background:
Images with mailhandler... back in 2003!
http://drupal.org/node/2702
<
blockquote>
I successfully implemented imagehandler.module for Drupal 4.0. Since mailhandler and image module has changed a lot since, you probably need retune the function. It currently supports only JPG.
function imagehandler_mailhandler($node, $stream, $msg_number, $mailbox) {
$image = mailhandler_get_part($stream, $msg_number, "IMAGE/JPEG");