vmail 1.3.2 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ module Vmail
2
2
  module AddressQuoter
3
3
 
4
4
  def quote_addresses(string)
5
+ return string
5
6
  email_addrs = []
6
7
  string.scan(/\s*(.*?)\s*<(.+?)>(?:,|\Z)/) do |match|
7
8
  # yields ["Bob Smith", "bobsmith@gmail.com"]
data/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 2
9
- version: 1.3.2
8
+ - 4
9
+ version: 1.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-11 00:00:00 -05:00
17
+ date: 2011-01-12 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -162,20 +162,5 @@ rubygems_version: 1.3.7
162
162
  signing_key:
163
163
  specification_version: 3
164
164
  summary: A Vim interface to Gmail
165
- test_files:
166
- - test/address_quoter_test.rb
167
- - test/base64_test.rb
168
- - test/fixtures/euc-kr-header.eml
169
- - test/fixtures/euc-kr-html.eml
170
- - test/fixtures/google-affiliate.eml
171
- - test/fixtures/htmlbody.eml
172
- - test/fixtures/moleskine-html.eml
173
- - test/fixtures/reply-template-encoding-test.eml
174
- - test/fixtures/reply_all.eml
175
- - test/fixtures/rfc_part.eml
176
- - test/fixtures/textbody-nocontenttype.eml
177
- - test/fixtures/with-attachments.eml
178
- - test/message_formatter_test.rb
179
- - test/reply_template_test.rb
180
- - test/test_helper.rb
181
- - test/time_format_test.rb
165
+ test_files: []
166
+