- EmailAccessingFolderErrorTypeProvider - Class in org.mule.extension.email.api.exception
-
- EmailAccessingFolderErrorTypeProvider() - Constructor for class org.mule.extension.email.api.exception.EmailAccessingFolderErrorTypeProvider
-
- EmailAccessingFolderException - Exception in org.mule.extension.email.api.exception
-
ModuleException for the cases in which there was a problem accessing an email folder
- EmailAccessingFolderException(String, Exception) - Constructor for exception org.mule.extension.email.api.exception.EmailAccessingFolderException
-
- EmailAttachment - Class in org.mule.extension.email.api
-
Represents and enables the construction of an email attachment.
- EmailAttachment() - Constructor for class org.mule.extension.email.api.EmailAttachment
-
- EmailAttachment(String, Object, MediaType) - Constructor for class org.mule.extension.email.api.EmailAttachment
-
- EmailAttachmentException - Exception in org.mule.extension.email.api.exception
-
ModuleException for the cases in which an attachment couldn't be added to an email
- EmailAttachmentException(String, Exception) - Constructor for exception org.mule.extension.email.api.exception.EmailAttachmentException
-
- EmailBody - Class in org.mule.extension.email.api
-
Represents and enables the construction of the body of an email with a body of type "text/*" and a specific character
encoding.
- EmailBody() - Constructor for class org.mule.extension.email.api.EmailBody
-
- EmailBody(String, MediaType, String) - Constructor for class org.mule.extension.email.api.EmailBody
-
- EmailBuilder - Class in org.mule.extension.email.api
-
Enables the creation of an outgoing email.
- EmailBuilder() - Constructor for class org.mule.extension.email.api.EmailBuilder
-
Creates a new instance.
- EmailConnectionException - Exception in org.mule.extension.email.api.exception
-
Is the base ConnectionException for the Email Connector,
- EmailConnectionException(String) - Constructor for exception org.mule.extension.email.api.exception.EmailConnectionException
-
Creates a new instance with the specified detail message
- EmailConnectionException(String, EmailError) - Constructor for exception org.mule.extension.email.api.exception.EmailConnectionException
-
Creates a new instance with the specified detail message and error
- EmailConnectionException(String, Throwable) - Constructor for exception org.mule.extension.email.api.exception.EmailConnectionException
-
Creates a new instance with the specified detail message and cause
- EmailConnectionException(String, Throwable, EmailError) - Constructor for exception org.mule.extension.email.api.exception.EmailConnectionException
-
Creates a new instance with the specified detail message, cause and error
- EmailConnectionSettings - Class in org.mule.extension.email.internal
-
A simple POJO with a basic set of parameters required by every email connection.
- EmailConnectionSettings() - Constructor for class org.mule.extension.email.internal.EmailConnectionSettings
-
- EmailConnector - Class in org.mule.extension.email.internal
-
Email connector used to list and send emails and perform operations in different mailboxes, such as delete and mark as read.
- EmailConnector() - Constructor for class org.mule.extension.email.internal.EmailConnector
-
- EmailConnectorConstants - Class in org.mule.extension.email.internal.util
-
this class contains common methods for email handling.
- EmailContentProcessor - Class in org.mule.extension.email.internal.util
-
Given a Message introspects it's content to obtain the body an the attachments if any.
- EmailError - Enum in org.mule.extension.email.api.exception
-
- EmailException - Exception in org.mule.extension.email.api.exception
-
Is the generic
RuntimeException type for the Email Connector, used when an error could not be specified.
- EmailException(String) - Constructor for exception org.mule.extension.email.api.exception.EmailException
-
Creates a new instance with the specified detail message
- EmailException(String, Throwable) - Constructor for exception org.mule.extension.email.api.exception.EmailException
-
Creates a new instance with the specified detail message and cause
- EmailFlags - Class in org.mule.extension.email.api
-
The
EmailFlags class represents the set of flags on a Message.
- EmailFlags(Flags) - Constructor for class org.mule.extension.email.api.EmailFlags
-
- EmailInvalidCredentialsException - Exception in org.mule.extension.email.api.exception
-
- EmailInvalidCredentialsException(Exception) - Constructor for exception org.mule.extension.email.api.exception.EmailInvalidCredentialsException
-
- EmailMarkingErrorTypeProvider - Class in org.mule.extension.email.api.exception
-
Errors that can be thrown when setting a flag on an email
- EmailMarkingErrorTypeProvider() - Constructor for class org.mule.extension.email.api.exception.EmailMarkingErrorTypeProvider
-
- EmailMetadataKey - Enum in org.mule.extension.email.api
-
- EmailMetadataResolver - Class in org.mule.extension.email.api
-
Handles all metadata related to ENAIL list operations.
- EmailMetadataResolver() - Constructor for class org.mule.extension.email.api.EmailMetadataResolver
-
- EmailNotFoundException - Exception in org.mule.extension.email.api.exception
-
ModuleException for the cases in which a given email couldn't be found in a mailbox folder.
- EmailNotFoundException(String) - Constructor for exception org.mule.extension.email.api.exception.EmailNotFoundException
-
- EmailProtocol - Enum in org.mule.extension.email.internal
-
- EmailSenderErrorTypeProvider - Class in org.mule.extension.email.api.exception
-
- EmailSenderErrorTypeProvider() - Constructor for class org.mule.extension.email.api.exception.EmailSenderErrorTypeProvider
-
- expunge(MailboxConnection, String) - Method in class org.mule.extension.email.internal.commands.ExpungeCommand
-
Removes from the mailbox all deleted messages if the flag is set true.
- ExpungeCommand - Class in org.mule.extension.email.internal.commands
-
Represents the expungeFolder (eliminate completely) emails from folder operation.
- ExpungeCommand() - Constructor for class org.mule.extension.email.internal.commands.ExpungeCommand
-
- expungeFolder(MailboxConnection, String) - Method in class org.mule.extension.email.internal.mailbox.imap.IMAPOperations
-
Eliminates from the mailbox all the messages scheduled for deletion with the DELETED flag set.
- getAnswered() - Method in class org.mule.extension.email.api.predicate.IMAPEmailPredicateBuilder
-
- getAttachments() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getAttachments() - Method in class org.mule.extension.email.internal.util.EmailContentProcessor
-
- getBasePredicate() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getBasePredicate() - Method in class org.mule.extension.email.api.predicate.IMAPEmailPredicateBuilder
-
- getBccAddresses() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
- getBccAddresses() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getBody() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getBody() - Method in class org.mule.extension.email.internal.util.EmailContentProcessor
-
- getCategoryName() - Method in class org.mule.extension.email.api.EmailMetadataResolver
-
- getCcAddresses() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
- getCcAddresses() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getConnectionTimeout() - Method in class org.mule.extension.email.internal.AbstractEmailConnectionProvider
-
- getConnectionTimeout() - Method in class org.mule.extension.email.internal.TimeoutSettings
-
- getConnectionTimeoutProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Socket connection timeout value in milliseconds.
- getContent() - Method in class org.mule.extension.email.api.EmailAttachment
-
- getContent() - Method in class org.mule.extension.email.api.EmailBody
-
- getContentType() - Method in class org.mule.extension.email.api.EmailAttachment
-
- getContentType() - Method in class org.mule.extension.email.api.EmailBody
-
- getDefaultEncoding() - Method in class org.mule.extension.email.internal.sender.SMTPConfiguration
-
- getDeleted() - Method in class org.mule.extension.email.api.predicate.IMAPEmailPredicateBuilder
-
- getEncoding() - Method in class org.mule.extension.email.api.EmailBody
-
- getErrorTypes() - Method in class org.mule.extension.email.api.exception.EmailAccessingFolderErrorTypeProvider
-
- getErrorTypes() - Method in class org.mule.extension.email.api.exception.EmailMarkingErrorTypeProvider
-
- getErrorTypes() - Method in class org.mule.extension.email.api.exception.EmailSenderErrorTypeProvider
-
- getFlags() - Method in class org.mule.extension.email.api.attributes.IMAPEmailAttributes
-
- getFolder(String, int) - Method in class org.mule.extension.email.internal.mailbox.MailboxConnection
-
Opens and return the email Folder of name mailBoxFolder.
- getFrom() - Method in class org.mule.extension.email.internal.sender.SMTPConfiguration
-
- getFromAddress() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getFromAddresses() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
Get the identity of the person(s) who wished this message to be sent.
- getFromRegex() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getHeaders() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
- getHeaders() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getHost() - Method in class org.mule.extension.email.internal.EmailConnectionSettings
-
- getHostProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
The host name of the mail server.
- getId() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
- getId() - Method in class org.mule.extension.email.api.attributes.IMAPEmailAttributes
- getId() - Method in class org.mule.extension.email.api.attributes.POP3EmailAttributes
- getId() - Method in class org.mule.extension.email.api.EmailAttachment
-
- getInstance(Message) - Static method in class org.mule.extension.email.internal.util.EmailContentProcessor
-
- getMailAuthProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Indicates if should attempt to authorize or not.
- getMailMimeCharsetProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Defines the default mime charset to use when none has been specified for the message.
- getName() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
The name of the protocol.
- getNumber() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
Returns the number of the email in the mailbox folder in a moment.
- getOutputType(MetadataContext, EmailMetadataKey) - Method in class org.mule.extension.email.api.EmailMetadataResolver
-
- getPage(MailboxConnection) - Method in class org.mule.extension.email.internal.commands.PagingProviderEmailDelegate
-
- getParent() - Method in enum org.mule.extension.email.api.exception.EmailError
-
- getPassword() - Method in class org.mule.extension.email.internal.EmailConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.EmailConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.mailbox.imap.IMAPConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.mailbox.imap.IMAPSConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.mailbox.pop3.POP3ConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.mailbox.pop3.POP3SConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.sender.SMTPConnectionSettings
-
- getPort() - Method in class org.mule.extension.email.internal.sender.SMTPSConnectionSettings
-
- getPortProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
The port number of the mail server.
- getProperties() - Method in class org.mule.extension.email.internal.AbstractEmailConnectionProvider
-
- getReadTimeout() - Method in class org.mule.extension.email.internal.AbstractEmailConnectionProvider
-
- getReadTimeout() - Method in class org.mule.extension.email.internal.TimeoutSettings
-
- getReadTimeoutProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Socket read timeout value in milliseconds.
- getReceivedDate() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
Get the date this message was received.
- getReceivedSince() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getReceivedUntil() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getRecent() - Method in class org.mule.extension.email.api.predicate.IMAPEmailPredicateBuilder
-
- getReplyToAddresses() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
Get the addresses to which replies should be directed.
- getReplyToAddresses() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getSeen() - Method in class org.mule.extension.email.api.predicate.IMAPEmailPredicateBuilder
-
- getSentDate() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
Get the date this message was sent.
- getSentSince() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getSentUntil() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getSession() - Method in class org.mule.extension.email.internal.AbstractEmailConnection
-
- getSocketFactoryFallbackProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Whether to use
Socket as a fallback if the initial connection fails or not.
- getSocketFactoryPortProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Specifies the port to connect to when using a socket factory.
- getSocketFactoryProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
- getSslCiphersuitesProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Specifies the SSL ciphersuites that will be enabled for SSL connections.
- getSslEnableProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Specifies if ssl is enabled or not.
- getSslProtocolsProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Specifies the SSL protocols that will be enabled for SSL connections.
- getSslTrustProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Specifies the trusted hosts.
- getStartTlsProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Indicates if the STARTTLS command shall be used to initiate a TLS-secured connection.
- getSubject() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
- getSubject() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getSubjectRegex() - Method in class org.mule.extension.email.api.predicate.BaseEmailPredicateBuilder
-
- getTimeoutUnit() - Method in class org.mule.extension.email.internal.TimeoutSettings
-
- getTlsContextFactory() - Method in class org.mule.extension.email.internal.mailbox.imap.IMAPSConnectionSettings
-
- getTlsContextFactory() - Method in class org.mule.extension.email.internal.mailbox.pop3.POP3SConnectionSettings
-
- getTlsContextFactory() - Method in class org.mule.extension.email.internal.sender.SMTPSConnectionSettings
-
- getToAddresses() - Method in class org.mule.extension.email.api.attributes.BaseEmailAttributes
-
- getToAddresses() - Method in class org.mule.extension.email.api.EmailBuilder
-
- getTotalResults(MailboxConnection) - Method in class org.mule.extension.email.internal.commands.PagingProviderEmailDelegate
-
- getTransportProtocolProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Specifies the default transport name.
- getUser() - Method in class org.mule.extension.email.internal.EmailConnectionSettings
-
- getWriteTimeout() - Method in class org.mule.extension.email.internal.AbstractEmailConnectionProvider
-
- getWriteTimeout() - Method in class org.mule.extension.email.internal.TimeoutSettings
-
- getWriteTimeoutProperty() - Method in enum org.mule.extension.email.internal.EmailProtocol
-
Socket write timeout value in milliseconds.