Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected IOException |
ioException |
protected boolean |
isComplete |
protected ExchangeSession.Message |
message |
protected javax.mail.MessagingException |
messagingException |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
MessageLoadThread(String threadName,
ExchangeSession.Message message) |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadMimeMessage(ExchangeSession.Message message,
OutputStream outputStream)
Load mime message in a separate thread if over 1MB.
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected boolean isComplete
protected ExchangeSession.Message message
protected IOException ioException
protected javax.mail.MessagingException messagingException
protected MessageLoadThread(String threadName, ExchangeSession.Message message)
public static void loadMimeMessage(ExchangeSession.Message message, OutputStream outputStream) throws IOException, javax.mail.MessagingException
message - messageoutputStream - output streamIOException - on errorjavax.mail.MessagingException - on errorCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.