Searched refs:getKeyedStringOrEmpty (Results 1 – 2 of 2) sorted by relevance
140 public final ImapString getKeyedStringOrEmpty(String key) { in getKeyedStringOrEmpty() method in ImapList141 return getKeyedStringOrEmpty(key, false); in getKeyedStringOrEmpty()148 public final ImapString getKeyedStringOrEmpty(String key, boolean prefixMatch) { in getKeyedStringOrEmpty() method in ImapList
316 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID).getString(); in fetchInternal()339 fetchList.getKeyedStringOrEmpty(ImapConstants.INTERNALDATE).getDateOrNull(); in fetchInternal()341 fetchList.getKeyedStringOrEmpty(ImapConstants.RFC822_SIZE).getNumberOrZero(); in fetchInternal()344 .getKeyedStringOrEmpty(ImapConstants.BODY_BRACKET_HEADER, true) in fetchInternal()371 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()380 InputStream bodyStream = fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()