mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-04 16:45:09 -05:00
Cleanup
This commit is contained in:
parent
1bd74ad263
commit
ae6f1fa299
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user