vmail 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module Vmail
35
35
  params = {
36
36
  subject: (subject || ''),
37
37
  flags: x.attr['FLAGS'].join(','),
38
- date: DateTime.parse(envelope.date).to_s,
38
+ date: Time.parse(envelope.date).localtime.to_s,
39
39
  size: x.attr['RFC822.SIZE'],
40
40
  sender: sender,
41
41
  recipients: recipients
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.0.4'
2
+ VERSION = '2.0.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: 2.0.4
5
+ version: 2.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi