Package io.jmix.imap.impl
Class ImapHelper
java.lang.Object
io.jmix.imap.impl.ImapHelper
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final ImapHelper.Bodyprotected ImapDataProviderprotected ImapStoreBuilderprotected final ConcurrentMap<UUID,Boolean> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.eclipse.angus.mail.imap.IMAPStorebuildStore(ImapMailBox box) protected org.eclipse.angus.mail.imap.IMAPStorebuildStore(ImapMailBox box, String password) getBody(jakarta.mail.Message message) protected ImapHelper.BodygetMultipartBody(jakarta.mail.Part p) protected ImapHelper.BodygetSinglePartBody(jakarta.mail.Part p) org.eclipse.angus.mail.imap.IMAPStoregetStore(ImapMailBox box) jakarta.mail.FlagsjmixFlags(ImapMailBox mailBox) 
- 
Field Details- 
supportThreading
- 
imapStoreBuilder
- 
imapDataProvider
- 
EMPTY
 
- 
- 
Constructor Details- 
ImapHelperpublic ImapHelper()
 
- 
- 
Method Details- 
getStorepublic org.eclipse.angus.mail.imap.IMAPStore getStore(ImapMailBox box) throws jakarta.mail.MessagingException - Throws:
- jakarta.mail.MessagingException
 
- 
jmixFlags
- 
getBodypublic ImapHelper.Body getBody(jakarta.mail.Message message) throws jakarta.mail.MessagingException, IOException - Throws:
- jakarta.mail.MessagingException
- IOException
 
- 
getMultipartBodyprotected ImapHelper.Body getMultipartBody(jakarta.mail.Part p) throws jakarta.mail.MessagingException, IOException - Throws:
- jakarta.mail.MessagingException
- IOException
 
- 
getSinglePartBodyprotected ImapHelper.Body getSinglePartBody(jakarta.mail.Part p) throws jakarta.mail.MessagingException, IOException - Throws:
- jakarta.mail.MessagingException
- IOException
 
- 
buildStoreprotected org.eclipse.angus.mail.imap.IMAPStore buildStore(ImapMailBox box) throws jakarta.mail.MessagingException - Throws:
- jakarta.mail.MessagingException
 
- 
buildStoreprotected org.eclipse.angus.mail.imap.IMAPStore buildStore(ImapMailBox box, String password) throws jakarta.mail.MessagingException - Throws:
- jakarta.mail.MessagingException
 
 
-