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 +0 -0
- data/History.txt +5 -0
- data/lib/imap_processor.rb +3 -3
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/lib/imap_processor.rb
CHANGED
@@ -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
|
-
|
355
|
+
success = yield uid, mail
|
356
356
|
|
357
|
-
uids << uid
|
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:
|
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-
|
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
|