vmail 2.3.6 → 2.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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