Home | History | Annotate | Download | only in store

Lines Matching defs:fetch

508     public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener)
534 * FLAGS - UID FETCH (FLAGS)
535 * ENVELOPE - UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
537 * STRUCTURE - UID FETCH (BODYSTRUCTURE)
538 * BODY_SANE - UID FETCH (BODY.PEEK[]<0.N>) where N = max bytes returned
539 * BODY - UID FETCH (BODY.PEEK[])
540 * Part - UID FETCH (BODY.PEEK[ID]) where ID = mime part ID
587 if (!response.isDataResponse(1, ImapConstants.FETCH)) {
796 * This will be caught by fetch and handled appropriately.