vmail 0.6.3 → 0.6.4
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.
- data/lib/vmail/imap_client.rb +1 -1
- data/lib/vmail/version.rb +1 -1
- metadata +2 -2
data/lib/vmail/imap_client.rb
CHANGED
|
@@ -701,10 +701,10 @@ EOF
|
|
|
701
701
|
rescue IOError, Errno::EADDRNOTAVAIL, Timeout::Error
|
|
702
702
|
log "error: #{$!}"
|
|
703
703
|
log "attempting to reconnect"
|
|
704
|
+
close
|
|
704
705
|
log(revive_connection)
|
|
705
706
|
# hope this isn't an endless loop
|
|
706
707
|
reconnect_if_necessary do
|
|
707
|
-
close
|
|
708
708
|
block.call
|
|
709
709
|
end
|
|
710
710
|
rescue
|
data/lib/vmail/version.rb
CHANGED