vmail 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -358,10 +358,11 @@ module Vmail
358
358
  }
359
359
  # TODO change this. will throw error now
360
360
  max_seqno = current_message_list_cache[-1][:seqno]
361
- log "looking for seqnos > #{max_seqno}"
361
+ log "- got seqnos: #{ids.inspect}"
362
+ log "- getting seqnos > #{max_seqno}"
362
363
  new_ids = ids.select {|seqno| seqno > max_seqno}
363
364
  @ids = @ids + new_ids
364
- log "update: new uids: #{new_ids.inspect}"
365
+ log "- update: new uids: #{new_ids.inspect}"
365
366
  if !new_ids.empty?
366
367
  res = fetch_row_text(new_ids, false, true)
367
368
  res
@@ -24,7 +24,6 @@ module Vmail
24
24
  rescue NoMethodError
25
25
  # a total hack TODO but stopgap
26
26
  if try_again
27
- log "reply_headers trying again STOPGAP"
28
27
  sleep 0.3
29
28
  return reply_headers(false) # try one more time
30
29
  else
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 5
9
- version: 1.0.5
8
+ - 6
9
+ version: 1.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-20 00:00:00 -05:00
17
+ date: 2010-12-21 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency