Searched refs:FETCH_FIELD_BODY_PEEK_BARE (Results 1 – 2 of 2) sorted by relevance
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()