imap_processor 1.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,8 @@
1
+ === 1.1.1 / 2009-05-19
2
+
3
+ * 1 bug fix
4
+ * Got the skip test backwards
5
+
1
6
  === 1.1 / 2009-05-18
2
7
 
3
8
  * 1 minor enhancement
@@ -19,7 +19,7 @@ class IMAPProcessor
19
19
  ##
20
20
  # The version of IMAPProcessor you are using
21
21
 
22
- VERSION = '1.1'
22
+ VERSION = '1.1.1'
23
23
 
24
24
  ##
25
25
  # A Connection Struct that has +imap+ and +capability+ accessors
@@ -352,9 +352,9 @@ Example ~/.#{opts_file_name}:
352
352
  mail = TMail::Mail.parse message
353
353
 
354
354
  begin
355
- skip = yield uid, mail
355
+ success = yield uid, mail
356
356
 
357
- uids << uid unless skip
357
+ uids << uid if success
358
358
  rescue => e
359
359
  log e.message
360
360
  puts "\t#{e.backtrace.join "\n\t"}" unless $DEBUG # backtrace at bottom
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imap_processor
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.1"
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -30,7 +30,7 @@ cert_chain:
30
30
  x52qPcexcYZR7w==
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2009-05-18 00:00:00 -07:00
33
+ date: 2009-05-19 00:00:00 -07:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file