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 ImapServerSettings
getClientMailSettings(IEntityContext ec, long clientId)
static List<EmailInfo>
readAllMails(ImapServerSettings settings)
static EmailInfo
readMail(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.NoSuchProviderException
javax.mail.MessagingException
IOException
-
readMail
public static EmailInfo readMail(ImapServerSettings settings, int messageNumber) throws javax.mail.NoSuchProviderException, javax.mail.MessagingException, IOException
- Throws:
javax.mail.NoSuchProviderException
javax.mail.MessagingException
IOException
-
-