Class MailRoom::MailboxWatcher
In: lib/mail_room/mailbox_watcher.rb
Parent: Object

Watch a Mailbox @author Tony Pitale

Methods

new   quit   run   running?  

Attributes

watching_thread  [RW] 

Public Class methods

Watch a new mailbox @param mailbox [MailRoom::Mailbox] the mailbox to watch

Public Instance methods

stop running, cleanup connection

run the mailbox watcher

are we running? @return [Boolean]

[Validate]