Uses of Class
com.icegreen.greenmail.imap.commands.IdRange
Packages that use IdRange
Package
Description
-
Uses of IdRange in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap that return IdRangeMethods in com.icegreen.greenmail.imap with parameters of type IdRange -
Uses of IdRange in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that return IdRangeModifier and TypeMethodDescriptionIdRange[]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 IdRangeModifier and TypeMethodDescriptionstatic IdRange[]GreenMailUtil.convertUidsToIdRangeArray(List<Long> uids) Methods in com.icegreen.greenmail.util with parameters of type IdRangeModifier and TypeMethodDescriptionstatic StringGreenMailUtil.idRangesToString(IdRange[] idRanges) static StringGreenMailUtil.idRangeToString(IdRange idRange)