# File lib/mail_room/mailbox_watcher.rb, line 11 def initialize(mailbox) @mailbox = mailbox @running = false @connection = nil end