| |
|
| java.lang.Object org.claros.commons.mail.models.ConnectionMetaHandler
ConnectionMetaHandler | public class ConnectionMetaHandler (Code) | | author: Umut Gokbayrak |
ConnectionMetaHandler | public ConnectionMetaHandler()(Code) | | |
getMbox | public Folder getMbox()(Code) | | Returns the mbox. |
getStore | public Store getStore()(Code) | | Returns the store. |
getTotalMessagesCount | public int getTotalMessagesCount()(Code) | | Returns the totalMessagesCount. |
setMbox | public void setMbox(Folder mbox)(Code) | | Parameters: mbox - The mbox to set. |
setStore | public void setStore(Store store)(Code) | | Parameters: store - The store to set. |
setTotalMessagesCount | public void setTotalMessagesCount(int totalMessagesCount)(Code) | | Parameters: totalMessagesCount - The totalMessagesCount to set. |
|
|
|