de.saly.javamail.mock2
Class IMAPDefaultMockFolder

java.lang.Object
  extended by javax.mail.Folder
      extended by com.sun.mail.imap.IMAPFolder
          extended by com.sun.mail.imap.DefaultFolder
              extended by de.saly.javamail.mock2.IMAPDefaultMockFolder
All Implemented Interfaces:
com.sun.mail.iap.ResponseHandler, javax.mail.UIDFolder

public class IMAPDefaultMockFolder
extends com.sun.mail.imap.DefaultFolder


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.mail.imap.IMAPFolder
com.sun.mail.imap.IMAPFolder.FetchProfileItem, com.sun.mail.imap.IMAPFolder.ProtocolCommand
 
Field Summary
protected  org.slf4j.Logger logger
           
 
Fields inherited from class com.sun.mail.imap.IMAPFolder
attributes, availableFlags, exists, fullName, isNamespace, messageCache, messageCacheLock, name, permanentFlags, protocol, separator, type, uidTable, UNKNOWN_SEPARATOR
 
Fields inherited from class javax.mail.Folder
HOLDS_FOLDERS, HOLDS_MESSAGES, mode, READ_ONLY, READ_WRITE
 
Fields inherited from interface javax.mail.UIDFolder
LASTUID
 
Constructor Summary
protected IMAPDefaultMockFolder(IMAPMockStore store, MockMailbox mailbox)
           
 
Method Summary
 boolean create(int type)
           
 boolean exists()
           
 javax.mail.Folder getFolder(String name)
           
 int getType()
           
 javax.mail.Folder[] list(String pattern)
           
 javax.mail.Folder[] listSubscribed(String pattern)
           
 
Methods inherited from class com.sun.mail.imap.DefaultFolder
appendMessages, delete, expunge, getName, getParent, hasNewMessages, renameTo
 
Methods inherited from class com.sun.mail.imap.IMAPFolder
addACL, addMessageCountListener, addMessages, addRights, appendUIDMessages, checkClosed, checkExists, checkOpened, checkRange, close, copyMessages, copyUIDMessages, doCommand, doCommandIgnoreFailure, doOptionalCommand, doProtocolCommand, expunge, fetch, forceClose, getACL, getAttributes, getDeletedMessageCount, getEnvelopeCommand, getFullName, getHighestModSeq, getMessage, getMessageBySeqNumber, getMessageByUID, getMessageCount, getMessagesByUID, getMessagesByUID, getMessagesByUIDChangedSince, getNewMessageCount, getPermanentFlags, getProtocol, getQuota, getSeparator, getSortedMessages, getSortedMessages, getStatusItem, getStoreProtocol, getUID, getUIDNext, getUIDValidity, getUnreadMessageCount, handleResponse, id, idle, idle, isOpen, isSubscribed, keepConnectionAlive, listRights, myRights, newIMAPMessage, open, open, releaseProtocol, releaseStoreProtocol, removeACL, removeRights, search, search, setFlags, setFlags, setFlags, setQuota, setSubscribed, throwClosedException
 
Methods inherited from class javax.mail.Folder
addConnectionListener, addFolderListener, addMessageChangedListener, finalize, getMessages, getMessages, getMessages, getMode, getStore, getURLName, list, listSubscribed, notifyConnectionListeners, notifyFolderListeners, notifyFolderRenamedListeners, notifyMessageAddedListeners, notifyMessageChangedListeners, notifyMessageRemovedListeners, removeConnectionListener, removeFolderListener, removeMessageChangedListener, removeMessageCountListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected final org.slf4j.Logger logger
Constructor Detail

IMAPDefaultMockFolder

protected IMAPDefaultMockFolder(IMAPMockStore store,
                                MockMailbox mailbox)
Method Detail

create

public boolean create(int type)
               throws javax.mail.MessagingException
Overrides:
create in class com.sun.mail.imap.IMAPFolder
Throws:
javax.mail.MessagingException

exists

public boolean exists()
               throws javax.mail.MessagingException
Overrides:
exists in class com.sun.mail.imap.IMAPFolder
Throws:
javax.mail.MessagingException

getFolder

public javax.mail.Folder getFolder(String name)
                            throws javax.mail.MessagingException
Overrides:
getFolder in class com.sun.mail.imap.DefaultFolder
Throws:
javax.mail.MessagingException

getType

public int getType()
            throws javax.mail.MessagingException
Overrides:
getType in class com.sun.mail.imap.IMAPFolder
Throws:
javax.mail.MessagingException

list

public javax.mail.Folder[] list(String pattern)
                         throws javax.mail.MessagingException
Overrides:
list in class com.sun.mail.imap.DefaultFolder
Throws:
javax.mail.MessagingException

listSubscribed

public javax.mail.Folder[] listSubscribed(String pattern)
                                   throws javax.mail.MessagingException
Overrides:
listSubscribed in class com.sun.mail.imap.DefaultFolder
Throws:
javax.mail.MessagingException


Copyright © 2014. All rights reserved.