public class IMAPFolder extends NativeObject
Constructor and Description |
---|
IMAPFolder() |
Modifier and Type | Method and Description |
---|---|
char |
delimiter()
Returns the delimiter of the folder.
|
int |
flags()
Returns the flags of the folder.
|
java.lang.String |
path()
Returns the path of the folder.
|
void |
setDelimiter(char delimiter)
Sets the delimiter of the folder.
|
void |
setFlags(int flags)
Sets the flags of the folder.
|
void |
setPath(java.lang.String path)
Sets the path of the folder.
|
clone, finalize, initWithNative, readObject, toString, writeObject
public void setPath(java.lang.String path)
public java.lang.String path()
public void setDelimiter(char delimiter)
public char delimiter()
public void setFlags(int flags)
IMAPFolderFlags
public int flags()
IMAPFolderFlags