protected static class ImapConnection.MessageWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
buffer |
protected ExchangeSession.Message |
message |
protected OutputStream |
os |
Modifier | Constructor and Description |
---|---|
protected |
MessageWrapper(OutputStream os,
StringBuilder buffer,
ExchangeSession.Message message) |
Modifier and Type | Method and Description |
---|---|
Enumeration |
getMatchingHeaderLines(String[] requestedHeaders) |
javax.mail.internet.MimeMessage |
getMimeMessage() |
int |
getMimeMessageSize() |
InputStream |
getRawInputStream() |
protected void |
loadMessage()
Monitor full message download
|
protected OutputStream os
protected StringBuilder buffer
protected ExchangeSession.Message message
protected MessageWrapper(OutputStream os, StringBuilder buffer, ExchangeSession.Message message)
public int getMimeMessageSize() throws IOException, javax.mail.MessagingException
IOException
javax.mail.MessagingException
protected void loadMessage() throws IOException, javax.mail.MessagingException
IOException
javax.mail.MessagingException
public javax.mail.internet.MimeMessage getMimeMessage() throws IOException, javax.mail.MessagingException
IOException
javax.mail.MessagingException
public InputStream getRawInputStream() throws IOException, javax.mail.MessagingException
IOException
javax.mail.MessagingException
public Enumeration getMatchingHeaderLines(String[] requestedHeaders) throws IOException, javax.mail.MessagingException
IOException
javax.mail.MessagingException
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.