otherinbox-mail 2.4.4 → 2.4.4.20120605

Sign up to get free protection for your applications and to get access to all the features.
data/lib/VERSION CHANGED
@@ -1,4 +1,4 @@
1
1
  major:2
2
2
  minor:4
3
3
  patch:4
4
- build:
4
+ build:20120605
@@ -36,7 +36,7 @@ module Mail
36
36
  # #=> Returns the first 10 emails in ascending order
37
37
  #
38
38
  class IMAP < Retriever
39
- require 'net/imap'
39
+ require 'net/imap' unless defined?(Net::IMAP)
40
40
 
41
41
  def initialize(values)
42
42
  self.settings = { :address => "localhost",
@@ -32,7 +32,7 @@ module Mail
32
32
  # #=> Returns the first 10 emails in ascending order
33
33
  #
34
34
  class POP3 < Retriever
35
- require 'net/pop'
35
+ require 'net/pop' unless defined?(Net::POP)
36
36
 
37
37
  def initialize(values)
38
38
  self.settings = { :address => "localhost",
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: otherinbox-mail
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 40241253
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
9
  - 4
10
- version: 2.4.4
10
+ - 20120605
11
+ version: 2.4.4.20120605
11
12
  platform: ruby
12
13
  authors:
13
14
  - Mikel Lindsaar