Class MailReader
- java.lang.Object
-
- de.xima.fc.e2e.containerplugin.logic.MailReader
-
public final class MailReader extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImapServerSettingsgetClientMailSettings(IEntityContext ec, long clientId)static List<EmailInfo>readAllMails(ImapServerSettings settings)static EmailInforeadMail(ImapServerSettings settings, int messageNumber)
-
-
-
Method Detail
-
getClientMailSettings
public static ImapServerSettings getClientMailSettings(IEntityContext ec, long clientId)
-
readAllMails
public static List<EmailInfo> readAllMails(ImapServerSettings settings) throws javax.mail.NoSuchProviderException, javax.mail.MessagingException, IOException
- Throws:
javax.mail.NoSuchProviderExceptionjavax.mail.MessagingExceptionIOException
-
readMail
public static EmailInfo readMail(ImapServerSettings settings, int messageNumber) throws javax.mail.NoSuchProviderException, javax.mail.MessagingException, IOException
- Throws:
javax.mail.NoSuchProviderExceptionjavax.mail.MessagingExceptionIOException
-
-