public static class ExchangeSession.MessageList extends ArrayList<ExchangeSession.Message>
| Modifier and Type | Field and Description | 
|---|---|
protected long | 
cachedMessageImapUid
Cached message uid. 
 | 
protected byte[] | 
cachedMimeContent
Cached unparsed message 
 | 
protected javax.mail.internet.MimeMessage | 
cachedMimeMessage
Cached message content parsed in a MIME message. 
 | 
modCount| Constructor and Description | 
|---|
MessageList()  | 
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected transient javax.mail.internet.MimeMessage cachedMimeMessage
protected transient long cachedMessageImapUid
protected transient byte[] cachedMimeContent
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.