Searched refs:getKeyedStringOrEmpty (Results 1 – 3 of 3) sorted by relevance
145 public final ImapString getKeyedStringOrEmpty(String key) { in getKeyedStringOrEmpty() method in ImapList146 return getKeyedStringOrEmpty(key, false); in getKeyedStringOrEmpty()153 public final ImapString getKeyedStringOrEmpty(String key, boolean prefixMatch) { in getKeyedStringOrEmpty() method in ImapList
353 .getKeyedStringOrEmpty(ImapConstants.UNSEEN).getNumberOrZero(); in getUnreadMessageCount()591 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) in fetchInternal()615 final Date internalDate = fetchList.getKeyedStringOrEmpty( in fetchInternal()617 final int size = fetchList.getKeyedStringOrEmpty( in fetchInternal()619 final String header = fetchList.getKeyedStringOrEmpty( in fetchInternal()645 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()652 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()
177 public void getKeyedStringOrEmpty() { in getKeyedStringOrEmpty() method in ImapListTest