Mailsave is a module that is designed to interact with mailhandler. It will detach files that are emailed to the site and save them with the node. It can also interact with other modules such as image, to provide functions like automatic conversion of nodes to image nodes. This can be used to allow posting of pictures from devices like mobile phones.
Mailsave for Drupal 6 released
The first official version of mailsave for Drupal 6 has been released, but at the moment it only includes the main mailsave module (the part that saves attachments) and the clean up filters.
The main extension module - mailsave_to_image - can't be released officially since the accompanying image module is only at alpha so is not yet fully stable. However, mailsave_to_image for Drupal 6 is available from HEAD and works with the current (alpha 2) release of image, so feel free to try it out.
This project provides 'yahoo groups' type functionality within Drupal for mailing lists handled by an external mailing list engine.
That is, a mailing list engine (currently only sympa is supported) provides the email part of the functionality, with organic groups on drupal providing the web interface. It is similar to the og2list project in it's goal, but takes a different approach - instead of providing a mailing list engine that extends organic groups, it assumes all mail will be handled by the mailing list manager, and Drupal is the 'client' in a 'client-server' type relationship. The bulk of the complexity of the module comes from keeping messages and list configuration values in sync.