* Provides an ImapSession to use for this test. An ImapSession is accosiated
* with a single client connection.
*/
private ImapSession getImapSession() throws MailboxException
{
ImapSession session = new ImapSessionImpl( imapHost, users, new ImapHandler(), null, null );
return session;
}