diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-19 08:57:53 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-19 08:57:53 +0000 | 
| commit | 495c59efb1522699f978cabe28b42adf9014f492 (patch) | |
| tree | f974b24e9003fa90d3c511fd1f417c1af666370b | |
| parent | e480a6752cd338270b70afc8ca1532597659439f (diff) | |
  Reverted IMAP - we don't have a handler
| -rw-r--r-- | lib/custodian.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/custodian.rb b/lib/custodian.rb index e5c918a..fec928b 100644 --- a/lib/custodian.rb +++ b/lib/custodian.rb @@ -16,7 +16,6 @@ require 'custodian/alerter.rb'  require 'custodian/protocol-tests/dns.rb'  require 'custodian/protocol-tests/ftp.rb'  require 'custodian/protocol-tests/http.rb' -require 'custodian/protocol-tests/imap.rb'  require 'custodian/protocol-tests/jabber.rb'  require 'custodian/protocol-tests/ldap.rb'  require 'custodian/protocol-tests/ping.rb' | 
