mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
More javadoc
This commit is contained in:
parent
d4eae05630
commit
068f87380c
@ -137,6 +137,14 @@ public abstract class Folder {
|
|||||||
public void expunge() throws MessagingException
|
public void expunge() throws MessagingException
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Populate a list of messages based upon a FetchProfile. See {@link FetchProfile} for the things that can
|
||||||
|
* be fetched.
|
||||||
|
* @param messages Messages to populate
|
||||||
|
* @param fp Things to download
|
||||||
|
* @param listener Listener to notify as we fetch messages.
|
||||||
|
* @throws MessagingException
|
||||||
|
*/
|
||||||
public abstract void fetch(Message[] messages, FetchProfile fp,
|
public abstract void fetch(Message[] messages, FetchProfile fp,
|
||||||
MessageRetrievalListener listener) throws MessagingException;
|
MessageRetrievalListener listener) throws MessagingException;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user