vmail 2.3.6 → 2.3.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.
@@ -52,7 +52,6 @@ module Vmail
52
52
  @imap = Net::IMAP.new(@imap_server, @imap_port, true, nil, false)
53
53
  log @imap.login(@username, @password)
54
54
  list_mailboxes # prefetch mailbox list
55
- raise
56
55
  rescue
57
56
  puts "VMAIL_ERROR: #{[$!.message, $!.backtrace].join("\n")}"
58
57
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.3.6'
2
+ VERSION = '2.3.7'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 3
8
- - 6
9
- version: 2.3.6
8
+ - 7
9
+ version: 2.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi