|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeException | |
---|---|
rice.email.proxy.util |
Uses of MimeException in rice.email.proxy.util |
---|
Methods in rice.email.proxy.util that throw MimeException | |
---|---|
protected void |
MimeParser.assertEvent(int e)
An assertion method |
java.lang.String |
MimeParser.getBoundary()
Get the boundary that we're breaking the message up on |
byte[] |
MimeParser.getHeader()
Get the header of the current message part that we're looking at |
java.lang.String |
MimeParser.getHeaderValue(java.lang.String entry)
Gets the specified value from a specified header, or null if the entry does not exist |
byte[] |
MimeParser.getPart()
Gets the data contained in the current message part as a byte array (this will return an empty byte array if you've already got the data from this message part) |
int |
MimeParser.next()
Advances to the next part of the message, if there is a next part. |
protected void |
MimeParser.parseBoundary()
Internal method for parsing a MIME boundary |
protected void |
MimeParser.parseHeader()
A private method to get the next header block on the InputStream. |
protected void |
MimeParser.parsePart()
Internal method which parses and stores the given part. |
protected java.lang.String |
MimeParser.retrieveBoundary()
A private method to attempt to read the MIME boundary from the Content-Type entry in the first header it finds. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |