Class GIT.GVU.IMAP.MailboxName
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GIT.GVU.IMAP.MailboxName

java.lang.Object
   |
   +----GIT.GVU.IMAP.MailboxName

public class MailboxName
extends Object
Class to hold informationa about the *names* of mailboxes on a server.

Method Index

 o getInteresting()
This function returns the value of the interesting boolean Remember, servers are not required to implement this, so this may always be false.
 o getName()
This function returns the name of the mailbox.
 o getSelectable()
This function returns the value of the selectable boolean

Methods

 o getSelectable
  public boolean getSelectable()
This function returns the value of the selectable boolean
Returns:
boolean whether or not this box selectable
 o getInteresting
  public boolean getInteresting()
This function returns the value of the interesting boolean Remember, servers are not required to implement this, so this may always be false.
Returns:
boolean whether or not this box interesting
 o getName
  public String getName()
This function returns the name of the mailbox. You'll need to be sure understand how the naming of boxes works with the LIST command before trying to interpret this. See RFC1730.
Returns:
string which is the name of the mailbox

All Packages  Class Hierarchy  This Package  Previous  Next  Index