public class GmailFolder extends IMAPFolder
Modifier and Type | Class and Description |
---|---|
static class |
GmailFolder.FetchProfileItem
A fetch profile item for fetching headers.
|
IMAPFolder.ProtocolCommand
attributes, availableFlags, exists, fullName, isNamespace, logger, messageCache, messageCacheLock, name, permanentFlags, protocol, separator, type, uidTable, UNKNOWN_SEPARATOR
HOLDS_FOLDERS, HOLDS_MESSAGES, mode, READ_ONLY, READ_WRITE, store
Modifier | Constructor and Description |
---|---|
protected |
GmailFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
protected |
GmailFolder(String fullName,
char separator,
IMAPStore store,
Boolean isNamespace)
Constructor used to create a possibly non-existent folder.
|
Modifier and Type | Method and Description |
---|---|
protected IMAPMessage |
newIMAPMessage(int msgnum)
Create a new IMAPMessage object to represent the given message number.
|
addACL, addMessageCountListener, addMessages, addRights, appendMessages, appendUIDMessages, checkClosed, checkExists, checkOpened, checkRange, close, copyMessages, create, delete, doCommand, doCommandIgnoreFailure, doOptionalCommand, doProtocolCommand, exists, expunge, expunge, fetch, forceClose, getACL, getAttributes, getDeletedMessageCount, getEnvelopeCommand, getFolder, getFullName, getMessage, getMessageBySeqNumber, getMessageByUID, getMessageCount, getMessagesByUID, getMessagesByUID, getName, getNewMessageCount, getParent, getPermanentFlags, getProtocol, getQuota, getSeparator, getSortedMessages, getSortedMessages, getStoreProtocol, getType, getUID, getUIDNext, getUIDValidity, getUnreadMessageCount, handleResponse, hasNewMessages, idle, idle, isOpen, isSubscribed, keepConnectionAlive, list, listRights, listSubscribed, myRights, open, releaseProtocol, releaseStoreProtocol, removeACL, removeRights, renameTo, search, search, setFlags, setFlags, setFlags, setQuota, setSubscribed, throwClosedException
addConnectionListener, addFolderListener, addMessageChangedListener, finalize, getMessages, getMessages, getMessages, getMode, getStore, getURLName, list, listSubscribed, notifyConnectionListeners, notifyFolderListeners, notifyFolderRenamedListeners, notifyMessageAddedListeners, notifyMessageChangedListeners, notifyMessageRemovedListeners, removeConnectionListener, removeFolderListener, removeMessageChangedListener, removeMessageCountListener, toString
protected GmailFolder(String fullName, char separator, IMAPStore store, Boolean isNamespace)
fullName
- fullname of this folderseparator
- the default separator character for this
folder's namespacestore
- the Storeprotected IMAPMessage newIMAPMessage(int msgnum)
newIMAPMessage
in class IMAPFolder
Copyright © 2015 Oracle. All Rights Reserved.