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
IOExceptionjavax.mail.MessagingExceptionprotected void loadMessage()
                    throws IOException,
                           javax.mail.MessagingException
IOExceptionjavax.mail.MessagingExceptionpublic javax.mail.internet.MimeMessage getMimeMessage()
                                               throws IOException,
                                                      javax.mail.MessagingException
IOExceptionjavax.mail.MessagingExceptionpublic InputStream getRawInputStream() throws IOException, javax.mail.MessagingException
IOExceptionjavax.mail.MessagingExceptionpublic Enumeration getMatchingHeaderLines(String[] requestedHeaders) throws IOException, javax.mail.MessagingException
IOExceptionjavax.mail.MessagingExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.