vmail 1.7.6 → 1.7.7

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.
@@ -213,7 +213,7 @@ module Vmail
213
213
  if !new_ids.empty?
214
214
  self.max_seqno = new_ids[-1]
215
215
  message_ids = fetch_and_cache_headers(new_ids)
216
- res = get_message_headers(message_ids.reverse)
216
+ res = get_message_headers(message_ids)
217
217
  res
218
218
  else
219
219
  ''
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.7.6'
2
+ VERSION = '1.7.7'
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.7.6
5
+ version: 1.7.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi