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 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 TypeMethodDescriptionstatic IdRange[]IdRange.convertUidsToIdRangeArray(List<Long> uids) IdRange[]CommandParser.parseIdRange(ImapRequestLineReader request) Reads a "message set" argument, and parses into an IdSet.static IdRangeIdRange.parseRange(String range) Parses a single id range, eg "1" or "1:2" or "4:*".Methods in com.icegreen.greenmail.imap.commands that return types with arguments of type IdRangeModifier and TypeMethodDescriptionIdRange.parseRangeSequence(String idRangeSequence) Parses an uid sequence, a comma separated list of uid ranges.Methods in com.icegreen.greenmail.imap.commands with parameters of type IdRangeModifier and TypeMethodDescriptionstatic booleanIdRange.containsUid(IdRange[] idRanges, long uid) Checks if ranges contain the uidstatic StringIdRange.idRangesToString(IdRange[] idRanges) static StringIdRange.idRangeToString(IdRange idRange) Constructor parameters in com.icegreen.greenmail.imap.commands with type arguments of type IdRangeModifierConstructorDescriptionAbstractIdSearchTerm(List<IdRange> idRanges) MessageNumberSearchTerm(List<IdRange> idRanges) UidSearchTerm(List<IdRange> idRanges) -
Uses of IdRange in com.icegreen.greenmail.store
Methods in com.icegreen.greenmail.store with parameters of type IdRangeModifier and TypeMethodDescriptionvoidListBasedStoredMessageCollection.expunge(List<FolderListener> folderListeners, IdRange[] idRanges) voidExpunges flagged for deletion messages in given range.voidMapBasedStoredMessageCollection.expunge(List<FolderListener> mailboxListeners, IdRange[] idRanges) voidStoredMessageCollection.expunge(List<FolderListener> mailboxListeners, IdRange[] idRanges) Expunges all messages flagged deleted and with UID in given ranges.