Class MsnRange
- java.lang.Object
-
- com.icegreen.greenmail.imap.commands.MsnRange
-
public class MsnRange extends java.lang.Object
Represents a range of Message Sequence Numbers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHighVal()
int
getLowVal()
boolean
includes(int msn)
-