Download & Extend

Releases for Mailsave

mailsave 6.x-1.3

Download Size md5 hash
mailsave-6.x-1.3.tar.gz 24.68 KB c193576e4f1e797bdc9c9b57536cd482
mailsave-6.x-1.3.zip 45.24 KB 683ab58a2747a6e406801feff8a83693
Last updated: December 24, 2010 - 23:19
Official release from tag: 6.x-1.3

Release notes

This release fixes a vulnerability to mimetype spoofing that could be used in malicious posts. See SA-2008-051 - Mailsave - Cross site scripting for details.

Users should upgrade to Drupal 6.4 and this release of mailsave to guard against this issue.

mailsave 5.x-3.3

Download Size md5 hash
mailsave-5.x-3.3.tar.gz 24.78 KB b1bc8ea0166831e034f2447dcaedcb6c
mailsave-5.x-3.3.zip 45.64 KB 37eac3b5bcec80c982392ce94736efb9
Last updated: December 24, 2010 - 23:19
Official release from tag: 5.x-3.3

Release notes

This release fixes a vulnerability to mimetype spoofing that could be used in malicious posts. See SA-2008-051 - Mailsave - Cross site scripting for details.

Users should upgrade to Drupal 5.10 and this release of mailsave to guard against this issue.

mailsave 6.x-1.2

Download Size md5 hash
mailsave-6.x-1.2.tar.gz 24.6 KB 07a28abd29b11fc2d666724c23d9a701
mailsave-6.x-1.2.zip 45.17 KB 45e1d887d6c71fe43cab73d5d9461b43
Last updated: December 24, 2010 - 23:19
Official release from tag: 6.x-1.2

Release notes

#217516: filename header is not iso-8859-1 decoded - Improve decoding of mb_encoded filenames.
#291232: Mailsave settings cannot be accessed - Fix menu access arguments, and tidy up strings a little bit.

mailsave 6.x-1.1

Download Size md5 hash
mailsave-6.x-1.1.tar.gz 18.92 KB e6af62e9a87d8d37dac06a87e6439584
mailsave-6.x-1.1.zip 32.13 KB b238aa4ec42f52b92a21459b35efba8c
Last updated: December 24, 2010 - 23:19
Official release from tag: 6.x-1.1

Release notes

The 6.x-1.0 release accidentally included some debug messages. 6.x-1.1 corrects this.

mailsave 6.x-1.0

Download Size md5 hash
mailsave-6.x-1.0.tar.gz 18.95 KB c9d0dc58cef60c0547fe1754e3e2dd65
mailsave-6.x-1.0.zip 32.16 KB 7c2d0fc6945b656af1e9f63f131978c4
Last updated: December 24, 2010 - 23:19
Official release from tag: 6.x-1.0

Release notes

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.

mailsave 5.x-3.2

Download Size md5 hash
mailsave-5.x-3.2.tar.gz 24.32 KB 9a492d1bf18ca93ba189ada5e771eb17
mailsave-5.x-3.2.zip 45.26 KB 63d0dea20dd8af8adbe65d4ee993f9d7
Last updated: December 24, 2010 - 23:19
Official release from tag: 5.x-3.2

Release notes

Fixes for #234502: an image node created by mailsave_to_image_attach module is not published by default and #217516: filename header is not iso-8859-1 decoded

There are no new features in this release.

mailsave 5.x-3.1

Download Size md5 hash
mailsave-5.x-3.1.tar.gz 23.67 KB 50ce5b1f82c5c8c328981788cf89b789
mailsave-5.x-3.1.zip 44.29 KB 280b448a4cf87467436468315195b87d
Last updated: December 24, 2010 - 23:19
Official release from tag: 5.x-3.1

Release notes

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).

mailsave 5.x-3.0

Download Size md5 hash
mailsave-5.x-3.0.tar.gz 23.22 KB 0d2f935dafbcfce04ee4720c85586dbf
mailsave-5.x-3.0.zip 42.75 KB 8ebffcae24793974eb81ab912b9875ec
Last updated: December 24, 2010 - 23:19
Official release from tag: 5.x-3.0

Release notes

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.

mailsave_to_audio (beta) allows mailsave to try and handle mp3 files by creating audio nodes. This module is beta and really needs more work, but it's here to try out!

There are some additional clean up filters, based on sample messages received from the Drupal community.

And finally, the new version takes advantage of the newest version of mailhandler which does the retrieval of attachments by itself. This speeds things up as previously mailsave had to do this part which meant making another call to the mail server. Mailsave will happily work with older versions of mailhandler as it continues to support them.

mailsave 5.x-2.0

Download Size md5 hash
mailsave-5.x-2.0.tar.gz 17.13 KB 844be6bdc3845745e991f0fefd3c1931
mailsave-5.x-2.0.zip 28.02 KB b3889085d3b4ba86029cdab1d3b90815
Last updated: December 24, 2010 - 23:19
Official release from tag: 5.x-2.0

Release notes

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.

Version 2 also includes the ability to call hook_mailsave_clean and perform pre-processing of email messages. This is aimed primarily at cleaning up messages sent via an MMS gateway, but could also be used to clean up general emails. This package includes a small selection of filters that can be used as examples to develop your own.

The HEAD branch of mailsave will work towards Version 3 which will (hopefully) include mailsave to audio and possibly mailsave to video modules.

mailsave 5.x-3.x-dev

Download Size md5 hash
mailsave-5.x-3.x-dev.tar.gz 25.71 KB 8d02db4bb19151607fa5390b1c3ca0a8
mailsave-5.x-3.x-dev.zip 43.45 KB 8175cc03a893e8277e7593ff1857d0bd
Last updated: February 25, 2011 - 07:39
Development snapshot from branch: master

Release notes

This the HEAD development branch.

mailsave 5.x-2.x-dev

Download Size md5 hash
mailsave-5.x-2.x-dev.tar.gz 17.18 KB 3061f1ef022ce414d9f23926f6070727
mailsave-5.x-2.x-dev.zip 26.95 KB c8eb77eeff3b89c99f4b83a417c3ee86
Last updated: February 25, 2011 - 07:39
Development snapshot from branch: 5.x-2.x

Release notes

Mailsave v2 implements the new "modular" approach. This branch includes mailsave, mailsave to image, and the first set of clean up filters.

The HEAD branch is now working towards mailsave to audio which will become v3.

mailsave 5.x-1.x-dev

Download Size md5 hash
mailsave-5.x-1.x-dev.tar.gz 11.06 KB c82557e70a70c84b6f4277e2fc848b6c
mailsave-5.x-1.x-dev.zip 12.3 KB efb7b480504f89ef5ede60831605e21d
Last updated: February 25, 2011 - 07:39
Development snapshot from branch: 5.x-1.x

Release notes

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.

mailsave 5.x-1.0

Download Size md5 hash
mailsave-5.x-1.0.tar.gz 10.97 KB abb70069a493d6e977c4b2a64f283cca
mailsave-5.x-1.0.zip 12.38 KB c2b64e7060d9e95422f469d6b4d21eed
Last updated: December 24, 2010 - 23:19
Official release from tag: 5.x-1.0

Release notes

This is the first release for Drupal 5.x

mailsave 4.7.x-1.0

Download Size md5 hash
mailsave-4.7.x-1.0.tar.gz 10.69 KB aa5098fc8ef64c2e0fd06ddd69e53def
mailsave-4.7.x-1.0.zip 11.86 KB 7fb433e40d33518827b40b56aa16470a
Last updated: December 24, 2010 - 23:19
Official release from tag: 4.7.x-1.0

Release notes

This is the first stable release for Drupal 4.7.x

mailsave 4.6.x-1.0

Download Size md5 hash
mailsave-4.6.x-1.0.tar.gz 10.44 KB 223fb3f6b1bafee22ade3dc36b62d3e5
mailsave-4.6.x-1.0.zip 11.5 KB afa870e21e2e8c9702b35c32c0954116
Last updated: December 24, 2010 - 23:19
Official release from tag: 4.6.x-1.0

Release notes

This is the original mailsave module. It is no longer going to be actively developed and is here to provide the development history of the module.

Subscribe with RSS Syndicate content