This commit is contained in:
Jan Berkel 2014-12-20 03:10:31 +01:00
parent 1bd74ad263
commit ae6f1fa299

View file

@ -2,10 +2,9 @@ package com.fsck.k9.mail.store.imap;
import com.fsck.k9.mail.AuthType;
import com.fsck.k9.mail.ConnectionSecurity;
import com.fsck.k9.mail.store.imap.ImapStore;
/**
* Settings source for IMAP. Implemented in order to remove coupling between {@link ImapStore} and {@link com.fsck.k9.mail.store.ImapConnection}.
* Settings source for IMAP. Implemented in order to remove coupling between {@link ImapStore} and {@link ImapConnection}.
*/
interface ImapSettings {
String getHost();