vmail 1.8.4 → 1.8.5

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.
@@ -359,6 +359,7 @@ EOF
359
359
  mail.bcc = headers['bcc'] #&& headers['cc'].split(/,\s+/)
360
360
  mail.subject = headers['subject']
361
361
  mail.from ||= @username
362
+ mail.charset = 'UTF-8'
362
363
  # attachments are added as a snippet of YAML after a blank line
363
364
  # after the headers, and followed by a blank line
364
365
  if (attachments = raw_body.split(/\n\s*\n/, 2)[0]) =~ /^attach(ment|ments)*:/
data/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.8.4'
2
+ VERSION = '1.8.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.8.4
5
+ version: 1.8.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-28 00:00:00 -04:00
14
- default_executable:
13
+ date: 2011-06-28 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: mail
@@ -115,7 +114,6 @@ files:
115
114
  - test/test_helper.rb
116
115
  - test/time_format_test.rb
117
116
  - vmail.gemspec
118
- has_rdoc: true
119
117
  homepage: http://danielchoi.com/software/vmail.html
120
118
  licenses: []
121
119
 
@@ -139,9 +137,24 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
137
  requirements: []
140
138
 
141
139
  rubyforge_project: vmail
142
- rubygems_version: 1.6.1
140
+ rubygems_version: 1.8.2
143
141
  signing_key:
144
142
  specification_version: 3
145
143
  summary: A Vim interface to Gmail
146
- test_files: []
147
-
144
+ test_files:
145
+ - test/address_quoter_test.rb
146
+ - test/base64_test.rb
147
+ - test/fixtures/euc-kr-header.eml
148
+ - test/fixtures/euc-kr-html.eml
149
+ - test/fixtures/google-affiliate.eml
150
+ - test/fixtures/htmlbody.eml
151
+ - test/fixtures/moleskine-html.eml
152
+ - test/fixtures/reply-template-encoding-test.eml
153
+ - test/fixtures/reply_all.eml
154
+ - test/fixtures/rfc_part.eml
155
+ - test/fixtures/textbody-nocontenttype.eml
156
+ - test/fixtures/with-attachments.eml
157
+ - test/message_formatter_test.rb
158
+ - test/reply_template_test.rb
159
+ - test/test_helper.rb
160
+ - test/time_format_test.rb