Searched refs:FETCH_FIELD_BODY_PEEK_BARE (Results 1 – 4 of 4) sorted by relevance
26 public static final String FETCH_FIELD_BODY_PEEK_BARE = "BODY.PEEK"; field in ImapConstants27 public static final String FETCH_FIELD_BODY_PEEK = FETCH_FIELD_BODY_PEEK_BARE + "[]";
25 public static final String FETCH_FIELD_BODY_PEEK_BARE = "BODY.PEEK"; field in ImapConstants26 public static final String FETCH_FIELD_BODY_PEEK = FETCH_FIELD_BODY_PEEK_BARE + "[]";
294 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE + "[" + partIds[0] + "]"); in fetchInternal()
673 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE in fetchInternal()