de.saly.javamail.mock2
Class MockMailbox

java.lang.Object
  extended by de.saly.javamail.mock2.MockMailbox

public class MockMailbox
extends Object


Method Summary
static MockMailbox get(javax.mail.Address a)
           
static MockMailbox get(String address)
           
 javax.mail.Address getAddress()
           
 MailboxFolder getInbox()
           
 MailboxFolder getRoot()
           
static void resetAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static MockMailbox get(javax.mail.Address a)

get

public static MockMailbox get(String address)
                       throws javax.mail.internet.AddressException
Throws:
javax.mail.internet.AddressException

resetAll

public static void resetAll()

getAddress

public javax.mail.Address getAddress()
Returns:
the address

getInbox

public MailboxFolder getInbox()

getRoot

public MailboxFolder getRoot()


Copyright © 2014. All rights reserved.