vmail 2.0.3 → 2.0.4

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.
@@ -390,12 +390,12 @@ EOF
390
390
  mail.text_part do
391
391
  body raw_body.split(/\n\s*\n/, 2)[1]
392
392
  end
393
-
394
393
  else
395
394
  mail.text_part do
396
395
  body raw_body
397
396
  end
398
397
  end
398
+ mail.text_part.charset = 'UTF-8'
399
399
  mail
400
400
  rescue
401
401
  $logger.debug $!
data/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.0.3'
2
+ VERSION = '2.0.4'
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: 2.0.3
5
+ version: 2.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi