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 ImapServerSettingsMailReader. 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 EmailInfoMailReader. 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 ImapServerSettingsMailServerSettings. getImapSettings()Methods in de.xima.fc.e2e.shared with parameters of type ImapServerSettings Modifier and Type Method Description static voidImapServerSettings. 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) 
 -