Skip to content

Commit

Permalink
Rename to lib/em-imap
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed May 2, 2011
1 parent 8efd8be commit db106b0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions lib/imap.rb
Expand Up @@ -6,14 +6,14 @@
require 'deferrable_gratification'

$:.unshift File.dirname( __FILE__ )
require 'imap/listener'
require 'imap/continuation_synchronisation'
require 'imap/command_sender'
require 'imap/response_parser'
require 'imap/connection'
require 'em-imap/listener'
require 'em-imap/continuation_synchronisation'
require 'em-imap/command_sender'
require 'em-imap/response_parser'
require 'em-imap/connection'

require 'imap/authenticators'
require 'imap/client'
require 'em-imap/authenticators'
require 'em-imap/client'
$:.shift

module EventMachine
Expand Down

0 comments on commit db106b0

Please sign in to comment.