| java.lang.Object org.columba.mail.pop3.POP3Server
POP3Server | public class POP3Server (Code) | | Highest Abstraction Layer of the POP3 Protocol. Its responsabilities are the
synchornization of already downloaded mails, deletion of mails after x days
and parsing of the headers to maintain a headerCache of the downloaded mails.
author: tstich |
isCacheChanged | public boolean isCacheChanged()(Code) | | Returns the hasChanged. |
tryToGetLock | public boolean tryToGetLock(Object locker)(Code) | | |
updateConfig | public void updateConfig()(Code) | | Call this method if the underlying configuration changed.
|
|
|