mms2r 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.1.6 / 2007-08-11 (Mustakrakish, the Lake Troll part 2)
2
+
3
+ * Redo of release mistake of 1.1.5
4
+
1
5
  == 1.1.5 / 2007-08-11 (Mustakrakish, the Lake Troll)
2
6
 
3
7
  * AT&T => mms.att.net not clearing out default "multimedia message"
data/Manifest.txt CHANGED
@@ -2,6 +2,7 @@ History.txt
2
2
  Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
+ conf/mms2r_att_media_subject.yml
5
6
  conf/mms2r_cingular_me_media_subject.yml
6
7
  conf/mms2r_cingular_me_media_transform.yml
7
8
  conf/mms2r_dobson_media_ignore.yml
@@ -55,6 +56,7 @@ lib/vendor/tmail/stringio.rb
55
56
  lib/vendor/tmail/tmail.rb
56
57
  lib/vendor/tmail/utils.rb
57
58
  test/fixtures/att-image-01.mail
59
+ test/fixtures/att-image-02.mail
58
60
  test/fixtures/cingularme-text-01.mail
59
61
  test/fixtures/cingularme-text-02.mail
60
62
  test/fixtures/dobson-image-01.mail
@@ -0,0 +1,3 @@
1
+ ---
2
+ - !ruby/regexp /^Multimedia message$/i
3
+
data/lib/mms2r.rb CHANGED
@@ -61,7 +61,7 @@ module MMS2R
61
61
  ##
62
62
  # MMS2R Library version
63
63
 
64
- VERSION = '1.1.5'
64
+ VERSION = '1.1.6'
65
65
 
66
66
  end
67
67
 
@@ -0,0 +1,37 @@
1
+ Date: Thu, 2 Aug 2007 16:05:20 -0700
2
+ From: 12068675309@mms.att.net
3
+ To: hello@example.com
4
+ Message-Id: <6636176.4567095920490.JavaMail.wluser@xyzab01>
5
+ Subject: Multimedia message
6
+ Mime-Version: 1.0
7
+ Content-Type: multipart/mixed;
8
+ boundary=mimepart_46b78c9dd2de6_3f318b82120
9
+ Delivery-Date: Thu, 02 Aug 2007 23:05:30 +0000
10
+ X-Mms-Priority: 1
11
+ Envelope-To: hello@example.com
12
+ X-Mms-Transaction-Id: 3268915494-0
13
+ X-Mms-Message-Type: 0
14
+ X-Nokia-Ag-Internal: ; smiltype=true; internaldate=1186095920482
15
+ X-Mms-Sender-Visibility: 1
16
+ X-Mms-Read-Reply: 1
17
+ X-Mms-Message-Class: 0
18
+ X-Mms-Delivery-Report: 1
19
+ X-Mms-Mms-Version: 16
20
+ X-Nokia-Ag-Version: 2.0
21
+
22
+
23
+ --mimepart_46b78c9dd2de6_3f318b82120
24
+ Content-Type: image/jpeg
25
+ Content-Transfer-Encoding: Base64
26
+ Content-Disposition: inline
27
+ Content-Location: Photo_12.jpg
28
+
29
+ /9j/4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKgAAAAgAAAAAAAD//gAXQ3JlYXRl
30
+ ZCB3aXRoIFRoZSBHSU1Q/9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxER
31
+ ExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4e
32
+ Hh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e/8AAEQgAAQAB
33
+ AwEiAAIRAQMRAf/EABUAAQEAAAAAAAAAAAAAAAAAAAAH/8QAFBABAAAAAAAAAAAAAAAAAAAA
34
+ AP/EABUBAQEAAAAAAAAAAAAAAAAAAAcI/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQAC
35
+ EQMRAD8AlgA6WW//2Q==
36
+
37
+ --mimepart_46b78c9dd2de6_3f318b82120--
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: mms2r
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.5
6
+ version: 1.1.6
7
7
  date: 2007-08-11 00:00:00 -07:00
8
8
  summary: Extract user media from MMS (and not carrier cruft)
9
9
  require_paths:
@@ -33,6 +33,7 @@ files:
33
33
  - Manifest.txt
34
34
  - README.txt
35
35
  - Rakefile
36
+ - conf/mms2r_att_media_subject.yml
36
37
  - conf/mms2r_cingular_me_media_subject.yml
37
38
  - conf/mms2r_cingular_me_media_transform.yml
38
39
  - conf/mms2r_dobson_media_ignore.yml
@@ -86,6 +87,7 @@ files:
86
87
  - lib/vendor/tmail/tmail.rb
87
88
  - lib/vendor/tmail/utils.rb
88
89
  - test/fixtures/att-image-01.mail
90
+ - test/fixtures/att-image-02.mail
89
91
  - test/fixtures/cingularme-text-01.mail
90
92
  - test/fixtures/cingularme-text-02.mail
91
93
  - test/fixtures/dobson-image-01.mail