Log of /contributions/modules/mailsave/mailsave.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 20 21:50:17 2008 UTC
(15 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-3,
HEAD
Changes since
1.16: +2 -2 lines
Diff to
previous 1.16
Reported by mfb: fixes a potential vulnerability to mimetype spoofing that is corrected in Drupal 6.4 - this version of mailsave requires core 6.4 or higher in order to work.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 18 21:44:38 2008 UTC
(16 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.14: +31 -21 lines
Diff to
previous 1.14
#217516 - Fix filename decode and sanitise routine - it was occurring at the end of processing, so other file handling modules that interact with mailsave could receive an unsuitable filename. Decoding now occurs before other modules are called.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 12 21:31:51 2008 UTC
(16 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0
Branch point for:
DRUPAL-6--1
Changes since
1.13: +24 -4 lines
Diff to
previous 1.13
First official release for Drupal 6. This release only includes the main mailsave "engine" and the MMS clean up filters. This will allow mail attachments to be saved, but automatic conversion to other node types via modules such as mailsave_to_image is not yet ready.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 5 22:59:29 2007 UTC
(23 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.12: +105 -248 lines
Diff to
previous 1.12
Commit of mailsave for Drupal 6. This is work in progress and works with a locally updated mailhandler as the official mailhandler package has not yet been migrated!
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 28 13:36:08 2007 UTC
(2 years, 1 month ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
DRUPAL-5--3-1
Branch point for:
DRUPAL-5--3
Changes since
1.11: +6 -9 lines
Diff to
previous 1.11
#155440 - Changes to verizon mms filter to improve handling of messages from different handsets.
Minor change to mailsave itself to use IMAP mime constants, instead of declaring new ones.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 23 22:04:01 2007 UTC
(2 years, 1 month ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
DRUPAL-5--3-0
Changes since
1.10: +121 -67 lines
Diff to
previous 1.10
This is a comprehensive update that implements a number of new features (mailsave_to_image_attach, mailsave_to_imagefield, mailsave_to_audio beta). It also enables mailsave to take advantage of the newer versions of mailhandler that already downloads attachments and makes them available to other modules. There are also some new clean up filters in this release.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 18 21:06:33 2007 UTC
(2 years, 1 month ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.9: +44 -40 lines
Diff to
previous 1.9
#171630 - Attachments with their filename in Content-Location and not parameters or dparameters were ignored by mailsave. This update means attachments for which a name can't be found will be given the name "Unknown".
Also adds a new cleanup filter for Telia network that lets mailsave recover the filename from the email message.
Also removes debug messages from vodacom.za cleanup filter.
Revision
1.5.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 30 21:44:33 2007 UTC
(2 years, 5 months ago)
by
stuartgreenfield
Branch:
DRUPAL-5--2
Changes since
1.5.2.1: +2 -2 lines
Diff to
previous 1.5.2.1
, to
branch point 1.5
Removed audio module and vodacom.za cleanup from 5.2 branch as neither are fully developed. Remaining elements are ok and reay for release (I think). HEAD branch will be release 5.3 as this WILL include audio module and additional features. Decided to adopt this approach to get new configuration of mailsave out in the public domain!
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 27 23:45:40 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.6: +140 -23 lines
Diff to
previous 1.6
Cleanup module system re-written so that they are not "true" modules that clutter up the module list, but behave as plug-ins to the main mailsave module. MMS directory renamed cleanup as filters might be more than just MMS - could equally apply to general email.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 15 20:22:04 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.5: +25 -30 lines
Diff to
previous 1.5
MMS filters moved in to their own sub directory.
New MMS filter added for Meteor Ireland.
Mailsave will now store text attachments.
MMS filters updated to handle resulting text files in MMS messages.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 23 23:02:25 2007 UTC
(2 years, 7 months ago)
by
stuartgreenfield
Branch:
MAIN
Branch point for:
DRUPAL-5--2
Changes since
1.4: +34 -5 lines
Diff to
previous 1.4
Beta version of mailsave, mailsave_to_image, and mailsave_clean_vodafone_uk. Mailsave now does nothing more than retrieve attachments, subsequent processing and node conversion is implemented via hook_mailsave(). Clean up routines to handle MMS nicely can be implemented via hook_mailsave_clean().
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 22 23:49:23 2007 UTC
(2 years, 7 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.3: +26 -77 lines
Diff to
previous 1.3
Rewritten mailsave.module and new mailsave_to_image.module to being progress towards a mailsave system based on hook_mailsave().
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.