Uses of Class
de.xima.fc.e2e.shared.ImapServerSettings
-
Packages that use ImapServerSettings Package Description de.xima.fc.e2e.containerplugin.logic de.xima.fc.e2e.shared -
-
Uses of ImapServerSettings in de.xima.fc.e2e.containerplugin.logic
Methods in de.xima.fc.e2e.containerplugin.logic that return ImapServerSettings Modifier and Type Method Description static ImapServerSettings
MailReader. getClientMailSettings(IEntityContext ec, long clientId)
Methods in de.xima.fc.e2e.containerplugin.logic with parameters of type ImapServerSettings Modifier and Type Method Description static List<EmailInfo>
MailReader. readAllMails(ImapServerSettings settings)
static EmailInfo
MailReader. readMail(ImapServerSettings settings, int messageNumber)
-
Uses of ImapServerSettings in de.xima.fc.e2e.shared
Methods in de.xima.fc.e2e.shared that return ImapServerSettings Modifier and Type Method Description ImapServerSettings
MailServerSettings. getImapSettings()
Methods in de.xima.fc.e2e.shared with parameters of type ImapServerSettings Modifier and Type Method Description static void
ImapServerSettings. writeToClientAttributes(ImapServerSettings settings, Map<String,String> clientAttrs)
Constructors in de.xima.fc.e2e.shared with parameters of type ImapServerSettings Constructor Description MailServerSettings(SmtpServerSettings smtpSettings, ImapServerSettings imapSettings)
-