imap_processor 1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -1
- 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.0'
|
|
22
|
+
VERSION = '1.0.1'
|
|
23
23
|
|
|
24
24
|
##
|
|
25
25
|
# A Connection Struct that has +imap+ and +capability+ accessors
|
|
@@ -178,7 +178,7 @@ class IMAPProcessor
|
|
|
178
178
|
|
|
179
179
|
opts.on("-p", "--password PASSWORD",
|
|
180
180
|
"IMAP password",
|
|
181
|
-
"Default: Read from
|
|
181
|
+
"Default: Read from ~/.#{opts_file_name}",
|
|
182
182
|
"Options file name: Password") do |password|
|
|
183
183
|
options[:Password] = password
|
|
184
184
|
end
|
|
@@ -294,7 +294,7 @@ Example ~/.#{opts_file_name}:
|
|
|
294
294
|
|
|
295
295
|
def initialize(options)
|
|
296
296
|
@options = options
|
|
297
|
-
@verbose =
|
|
297
|
+
@verbose = options[:Verbose]
|
|
298
298
|
@boxes = options[:Boxes]
|
|
299
299
|
Net::IMAP.debug = options[:Debug]
|
|
300
300
|
end
|
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.0.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-15 00:00:00 -07:00
|
|
34
34
|
default_executable:
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
|
Binary file
|