public interface MimeRawSource
MimeRawSource - Provides access to raw data with any Content-Transfer-Encoding intact.| Modifier and Type | Method and Description |
|---|---|
javax.mail.Part |
getPart()
Gets the
part. |
java.io.InputStream |
getRawInputStream()
Gets an
InputStream to the raw data with any Content-Transfer-Encoding intact. |
java.io.InputStream getRawInputStream()
throws com.openexchange.exception.OXException
InputStream to the raw data with any Content-Transfer-Encoding intact. This method is useful if the
"Content-Transfer-Encoding" header is incorrect or corrupt. In such a case the application may use this method and attempt to decode
the raw data itself.com.openexchange.exception.OXException - If an error occursjavax.mail.Part getPart()
part.part or null