|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hs.mail.imap.processor.fetch.Address
public class Address
Field Summary | |
---|---|
static Address[] |
EMPTY
Empty array |
Constructor Summary | |
---|---|
Address(String atDomainList,
String hostName,
String mailboxName,
String personalName)
|
Method Summary | |
---|---|
String |
getAtDomainList()
Gets the SMTP source route. |
String |
getHostName()
Gets the host name. |
String |
getMailboxName()
Gets the mailbox name. |
String |
getPersonalName()
Gets the personal name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Address[] EMPTY
Constructor Detail |
---|
public Address(String atDomainList, String hostName, String mailboxName, String personalName)
Method Detail |
---|
public String getPersonalName()
NIL
public String getAtDomainList()
NIL
public String getMailboxName()
getHostName()
is nullpublic String getHostName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |