Interface and Description |
---|
org.eclipse.scout.rt.server.services.common.imap.IImapAdapter
Will be removed in 9.0, use
ImapHelper and interact with Message directly where no
appropriate helper method is available. Direct interaction can reduce the number requests to the IMAP
server. |
org.eclipse.scout.rt.server.services.common.imap.IIMAPService
Will be removed in 9.0, use
ImapHelper and interact with Message directly where no
appropriate helper method is available. |
org.eclipse.scout.rt.server.services.common.smtp.ISMTPService
Use
SmtpHelper instead. Map properties to SmtpServerConfig . If a subject prefix is
required, the prefix must be prepended before calling
SmtpHelper.sendMessage(SmtpServerConfig, MimeMessage) . |
Class and Description |
---|
org.eclipse.scout.rt.server.services.common.imap.AbstractIMAPService
See
IIMAPService . |
org.eclipse.scout.rt.server.services.common.smtp.AbstractSMTPService
See
ISMTPService . |
org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
see
IImapAdapter |
Copyright © 2010–2018. All rights reserved.