public class NoopFolder
extends javax.mail.Folder
implements groovy.lang.GroovyObject
| Modifier | Constructor and Description |
|---|---|
protected |
NoopFolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendMessages(javax.mail.Message[] messages) |
void |
close(boolean b) |
boolean |
create(int i) |
boolean |
delete(boolean b) |
boolean |
exists() |
javax.mail.Message[] |
expunge() |
javax.mail.Folder |
getFolder(String s) |
String |
getFullName() |
javax.mail.Message |
getMessage(int i) |
int |
getMessageCount() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
javax.mail.Folder |
getParent() |
javax.mail.Flags |
getPermanentFlags() |
Object |
getProperty(String name) |
char |
getSeparator() |
int |
getType() |
boolean |
hasNewMessages() |
Object |
invokeMethod(String name,
Object args) |
boolean |
isOpen() |
javax.mail.Folder[] |
list(String s) |
void |
open(int i) |
boolean |
renameTo(javax.mail.Folder folder) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
addConnectionListener, addFolderListener, addMessageChangedListener, addMessageCountListener, copyMessages, fetch, finalize, getDeletedMessageCount, getMessages, getMessages, getMessages, getMode, getNewMessageCount, getStore, getUnreadMessageCount, getURLName, isSubscribed, list, listSubscribed, listSubscribed, notifyConnectionListeners, notifyFolderListeners, notifyFolderRenamedListeners, notifyMessageAddedListeners, notifyMessageChangedListeners, notifyMessageRemovedListeners, removeConnectionListener, removeFolderListener, removeMessageChangedListener, removeMessageCountListener, search, search, setFlags, setFlags, setFlags, setSubscribed, toStringpublic String getName()
getName in class javax.mail.Folderpublic String getFullName()
getFullName in class javax.mail.Folderpublic javax.mail.Folder getParent()
throws javax.mail.MessagingException
getParent in class javax.mail.Folderjavax.mail.MessagingExceptionpublic boolean exists()
throws javax.mail.MessagingException
exists in class javax.mail.Folderjavax.mail.MessagingExceptionpublic javax.mail.Folder[] list(String s) throws javax.mail.MessagingException
list in class javax.mail.Folderjavax.mail.MessagingExceptionpublic char getSeparator()
throws javax.mail.MessagingException
getSeparator in class javax.mail.Folderjavax.mail.MessagingExceptionpublic int getType()
throws javax.mail.MessagingException
getType in class javax.mail.Folderjavax.mail.MessagingExceptionpublic boolean create(int i)
throws javax.mail.MessagingException
create in class javax.mail.Folderjavax.mail.MessagingExceptionpublic boolean hasNewMessages()
throws javax.mail.MessagingException
hasNewMessages in class javax.mail.Folderjavax.mail.MessagingExceptionpublic javax.mail.Folder getFolder(String s) throws javax.mail.MessagingException
getFolder in class javax.mail.Folderjavax.mail.MessagingExceptionpublic boolean delete(boolean b)
throws javax.mail.MessagingException
delete in class javax.mail.Folderjavax.mail.MessagingExceptionpublic boolean renameTo(javax.mail.Folder folder)
throws javax.mail.MessagingException
renameTo in class javax.mail.Folderjavax.mail.MessagingExceptionpublic void open(int i)
throws javax.mail.MessagingException
open in class javax.mail.Folderjavax.mail.MessagingExceptionpublic void close(boolean b)
throws javax.mail.MessagingException
close in class javax.mail.Folderjavax.mail.MessagingExceptionpublic boolean isOpen()
isOpen in class javax.mail.Folderpublic javax.mail.Flags getPermanentFlags()
getPermanentFlags in class javax.mail.Folderpublic int getMessageCount()
throws javax.mail.MessagingException
getMessageCount in class javax.mail.Folderjavax.mail.MessagingExceptionpublic javax.mail.Message getMessage(int i)
throws javax.mail.MessagingException
getMessage in class javax.mail.Folderjavax.mail.MessagingExceptionpublic void appendMessages(javax.mail.Message[] messages)
throws javax.mail.MessagingException
appendMessages in class javax.mail.Folderjavax.mail.MessagingExceptionpublic javax.mail.Message[] expunge()
throws javax.mail.MessagingException
expunge in class javax.mail.Folderjavax.mail.MessagingExceptionpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectCopyright © 2004-2014. All Rights Reserved.