Searched refs:FETCH_FIELD_BODY_PEEK_BARE (Results 1 – 2 of 2) sorted by relevance
24 public static final String FETCH_FIELD_BODY_PEEK_BARE = "BODY.PEEK"; field in ImapConstants25 public static final String FETCH_FIELD_BODY_PEEK = FETCH_FIELD_BODY_PEEK_BARE + "[]";
570 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE in fetchInternal()