ruby-gmail 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/lib/gmail.rb +1 -1
- data/lib/ietf/rfc2045.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/lib/gmail.rb
CHANGED
data/lib/ietf/rfc2045.rb
CHANGED
@@ -4,7 +4,7 @@ module IETF
|
|
4
4
|
def self.parse_rfc2045_from(raw)
|
5
5
|
headers, raw = IETF::RFC822.parse_rfc822_from(raw)
|
6
6
|
|
7
|
-
if headers['content-type'] =~ /multipart\/(\w+); boundary=(.*)/
|
7
|
+
if headers['content-type'] =~ /multipart\/(\w+); boundary=([\"\']?)(.*)\2/
|
8
8
|
content = {}
|
9
9
|
content[:type] = $1
|
10
10
|
content[:boundary] = $2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-gmail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Parker
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
teST6sOe8lUhZQ==
|
31
31
|
-----END CERTIFICATE-----
|
32
32
|
|
33
|
-
date: 2009-12-
|
33
|
+
date: 2009-12-21 00:00:00 -05:00
|
34
34
|
default_executable:
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
Binary file
|