vmail 2.6.3 → 2.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,10 +41,10 @@ module Vmail
41
41
  log "- full message cache miss"
42
42
  params = {message_id: message_id, label_id: @label.label_id}
43
43
  labeling = Labeling[params] || Labeling.create(params)
44
- if labeling
45
- log "- found Labeling #{params.inspect}"
46
- else
47
- log "- creating Labeling #{params.inspect}"
44
+ unless (labeling && labeling.uid)
45
+ log "- Labeling not found for #{params.inspect}"
46
+ # break out early
47
+ return "\nUnable to get message for #{labeling.values}"
48
48
  end
49
49
  uid = labeling.uid
50
50
 
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.6.3'
2
+ VERSION = '2.6.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.3
4
+ version: 2.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: