vmail 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vmail/showing_headers.rb +1 -1
- data/lib/vmail/version.rb +1 -1
- metadata +1 -1
@@ -35,7 +35,7 @@ module Vmail
|
|
35
35
|
params = {
|
36
36
|
subject: (subject || ''),
|
37
37
|
flags: x.attr['FLAGS'].join(','),
|
38
|
-
date:
|
38
|
+
date: Time.parse(envelope.date).localtime.to_s,
|
39
39
|
size: x.attr['RFC822.SIZE'],
|
40
40
|
sender: sender,
|
41
41
|
recipients: recipients
|
data/lib/vmail/version.rb
CHANGED