Uses of Class
com.icegreen.greenmail.imap.commands.IdRange
-
Packages that use IdRange Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.imap.commands com.icegreen.greenmail.util -
-
Uses of IdRange in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap that return IdRange Modifier and Type Method Description IdRange[]
ImapSessionFolder. msnsToUids(IdRange[] idSet)
Methods in com.icegreen.greenmail.imap with parameters of type IdRange Modifier and Type Method Description IdRange[]
ImapSessionFolder. msnsToUids(IdRange[] idSet)
-
Uses of IdRange in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that return IdRange Modifier and Type Method Description IdRange[]
CommandParser. parseIdRange(ImapRequestLineReader request)
Reads a "message set" argument, and parses into an IdSet. -
Uses of IdRange in com.icegreen.greenmail.util
Methods in com.icegreen.greenmail.util that return IdRange Modifier and Type Method Description static IdRange[]
GreenMailUtil. convertUidsToIdRangeArray(java.util.List<java.lang.Long> uids)
Methods in com.icegreen.greenmail.util with parameters of type IdRange Modifier and Type Method Description static java.lang.String
GreenMailUtil. idRangesToString(IdRange[] idRanges)
static java.lang.String
GreenMailUtil. idRangeToString(IdRange idRange)
-