vmail 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vmail/imap_client.rb +3 -2
- data/lib/vmail/reply_template.rb +0 -1
- data/lib/vmail/version.rb +1 -1
- metadata +3 -3
data/lib/vmail/imap_client.rb
CHANGED
@@ -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 "
|
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
|
data/lib/vmail/reply_template.rb
CHANGED
data/lib/vmail/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
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-
|
17
|
+
date: 2010-12-21 00:00:00 -05:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|