@Configurations(value={SMTPConfiguration.class,POP3Configuration.class,IMAPConfiguration.class})
@Extension(name="Email",
description="Connector to send and list email messages to and from mailboxes")
@ErrorTypes(value=EmailError.class)
@Export(classes=EmailException.class)
public class EmailConnector
extends Object
This connector supports the SMTP, SMTPS, IMAP, IMAPS, POP3 and POP3s protocols.
| Modifier and Type | Field and Description |
|---|---|
static String |
TLS_CONFIGURATION |
| Constructor and Description |
|---|
EmailConnector() |
public static final String TLS_CONFIGURATION
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.