MCPcopy Create free account

hub / github.com/apache/commons-email / functions

Functions868 in github.com/apache/commons-email

↓ 4 callersMethodisCid
Tests whether the argument is a content id. @param resourceLocation the resource location to test. @return true if it is a CID.
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.java:53
↓ 4 callersMethodisCid
Tests whether the argument is a content id. @param resourceLocation the resource location to test. @return true if it is a CID.
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.java:53
↓ 4 callersMethodloadUrlContent
(final URL url)
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/ImageHtmlEmailTest.java:75
↓ 4 callersMethodloadUrlContent
(final URL url)
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/ImageHtmlEmailTest.java:75
↓ 4 callersMethodrandomAlphabetic
Creates a random string whose length is the number of characters specified. <p> Characters will be chosen from the set of alphabetic characters. </p>
commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java:295
↓ 4 callersMethodsetBcc
Sets a list of "BCC" addresses. All elements in the specified {@code Collection} are expected to be of type {@code java.mail.internet.InternetAddress}
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1133
↓ 4 callersMethodsetBcc
Sets a list of "BCC" addresses. All elements in the specified {@code Collection} are expected to be of type {@code java.mail.internet.InternetAddress}
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1132
↓ 4 callersMethodsetDisposition
Sets the disposition. @param aDisposition A String. @since 1.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java:122
↓ 4 callersMethodsetDisposition
Sets the disposition. @param aDisposition A String. @since 1.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java:122
↓ 4 callersMethodsetMsg
Sets the content of the mail. @param msg A String. @return An Email. @throws EmailException see jakarta.mail.internet.MimeBodyPart for definitions @s
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/SimpleEmail.java:44
↓ 4 callersMethodsetMsg
Sets the content of the mail. @param msg A String. @return An Email. @throws EmailException see javax.mail.internet.MimeBodyPart for definitions @sin
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/SimpleEmail.java:44
↓ 4 callersMethodtoInternetAddressArray
Converts to copy List of known InternetAddress objects into an array. @param list A List. @return An InternetAddress[]. @since 1.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1677
↓ 4 callersMethodtoInternetAddressArray
Converts to copy List of known InternetAddress objects into an array. @param list A List. @return An InternetAddress[]. @since 1.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1676
↓ 3 callersMethodasList
(final Address[] recipients)
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java:82
↓ 3 callersMethodasList
(final Address[] recipients)
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java:82
↓ 3 callersMethodassertCorrectContentType
(final String picture, final String contentType)
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.java:52
↓ 3 callersMethodassertCorrectContentType
(final String picture, final String contentType)
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.java:52
↓ 3 callersMethodcheck
Throws an EmailException if the supplier evaluates to true. @param <T> the subject type to return if we don't throw. @param test test conditio
commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailException.java:48
↓ 3 callersMethodgetCid
Returns the unique content ID of this InlineImage. @return the unique content ID of this InlineImage
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.java:130
↓ 3 callersMethodgetCid
Returns the unique content ID of this InlineImage. @return the unique content ID of this InlineImage
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/HtmlEmail.java:130
↓ 3 callersMethodgetContentAsString
Retrieve the message content as a String. @return Message Content
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockSimpleEmail.java:33
↓ 3 callersMethodgetContentAsString
Retrieve the message content as a String. @return Message Content
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockSimpleEmail.java:33
↓ 3 callersMethodgetDescription
Gets the description. @return A String. @since 1.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java:62
↓ 3 callersMethodgetDescription
Gets the description. @return A String. @since 1.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java:62
↓ 3 callersMethodgetEmailBody
Gets the email body. @return the email body. @since 1.6.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:744
↓ 3 callersMethodgetEmailBody
Gets the email body. @return the email body. @since 1.6.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:743
↓ 3 callersMethodgetName
Gets the <em>name</em> of this object. The FileDataSource will return the file name of the object. @return the name of the object or null. @see jakar
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java:119
↓ 3 callersMethodgetName
Gets the <em>name</em> of this object. The FileDataSource will return the file name of the object. @return the name of the object or null. @see javax
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java:119
↓ 3 callersMethodgetPath
Gets the path. @return A String. @since 1.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java:92
↓ 3 callersMethodgetPath
Gets the path. @return A String. @since 1.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java:92
↓ 3 callersMethodgetSmtpPort
Gets the listening port of the SMTP server. @return SMTP port
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:932
↓ 3 callersMethodgetSmtpPort
Gets the listening port of the SMTP server. @return SMTP port
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:931
↓ 3 callersMethodisMimeType
Tests whether the MimePart contains an object of the given mime type. @param part the current MimePart @param mimeType the mime type to check @re
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java:325
↓ 3 callersMethodisMimeType
Tests whether the MimePart contains an object of the given mime type. @param part the current MimePart @param mimeType the mime type to check @re
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java:325
↓ 3 callersMethodresolve
{@inheritDoc}
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolver.java:66
↓ 3 callersMethodresolve
{@inheritDoc}
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolver.java:66
↓ 3 callersMethodsetAuthenticator
Sets the {@code Authenticator} to be used when authentication is requested from the mail server. <p> This method should be used when your outgoing mai
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1120
↓ 3 callersMethodsetAuthenticator
Sets the {@code Authenticator} to be used when authentication is requested from the mail server. <p> This method should be used when your outgoing mai
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1119
↓ 3 callersMethodsetCc
Sets a list of "CC" addresses. All elements in the specified {@code Collection} are expected to be of type {@code java.mail.internet.InternetAddress}.
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1173
↓ 3 callersMethodsetCc
Sets a list of "CC" addresses. All elements in the specified {@code Collection} are expected to be of type {@code java.mail.internet.InternetAddress}.
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1172
↓ 3 callersMethodsetDebug
Sets the display of debug information. @param debug A boolean. @since 1.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1244
↓ 3 callersMethodsetDebug
Sets the display of debug information. @param debug A boolean. @since 1.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1243
↓ 3 callersMethodsetMsg
Sets the message of the email. @param msg A String. @return An Email. @throws EmailException see jakarta.mail.internet.MimeBodyPart for definitions @
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/MultiPartEmail.java:443
↓ 3 callersMethodsetMsg
Sets the message of the email. @param msg A String. @return An Email. @throws EmailException see javax.mail.internet.MimeBodyPart for definitions @si
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/MultiPartEmail.java:442
↓ 3 callersMethodsetSentDate
Sets the sent date for the email. The sent date will default to the current date if not explicitly set. @param date Date to use as the sent date on t
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1518
↓ 3 callersMethodsetSentDate
Sets the sent date for the email. The sent date will default to the current date if not explicitly set. @param date Date to use as the sent date on t
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1517
↓ 3 callersMethodsetTo
Sets a list of "TO" addresses. All elements in the specified {@code Collection} are expected to be of type {@code java.mail.internet.InternetAddress}.
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1664
↓ 3 callersMethodsetTo
Sets a list of "TO" addresses. All elements in the specified {@code Collection} are expected to be of type {@code java.mail.internet.InternetAddress}.
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1663
↓ 3 callersMethodstopServer
()
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java:289
↓ 3 callersMethodstopServer
()
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java:290
↓ 3 callersMethodtoUnicode
Converts the address part of an InternetAddress to its Unicode representation. @param address email address. @return The Unicode representation
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverter.java:89
↓ 3 callersMethodtoUnicode
Converts the address part of an InternetAddress to its Unicode representation. @param address email address. @return The Unicode representation
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverter.java:89
↓ 2 callersMethodgetAuthenticator
Gets the authenticator. @return the authenticator. @since 1.6.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:676
↓ 2 callersMethodgetAuthenticator
Gets the authenticator. @return the authenticator. @since 1.6.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:675
↓ 2 callersMethodgetBaseDir
Gets the base directory used for resolving relative resource locations. @return the baseUrl
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolver.java:67
↓ 2 callersMethodgetBaseDir
Gets the base directory used for resolving relative resource locations. @return the baseUrl
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolver.java:81
↓ 2 callersMethodgetBaseDir
Gets the base directory used for resolving relative resource locations. @return the baseUrl
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolver.java:67
↓ 2 callersMethodgetBaseDir
Gets the base directory used for resolving relative resource locations. @return the baseUrl
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolver.java:81
↓ 2 callersMethodgetContentIds
Returns a collection of all content-ids in the parsed message. <p> The content-ids are stripped of any angle brackets, i.e. "part1" instead of "&lt;pa
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java:181
↓ 2 callersMethodgetContentIds
Returns a collection of all content-ids in the parsed message. <p> The content-ids are stripped of any angle brackets, i.e. "part1" instead of "&lt;pa
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java:181
↓ 2 callersMethodgetDataSourceResolvers
Gets the underlying data source resolvers. @return underlying data source resolvers
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolver.java:60
↓ 2 callersMethodgetDataSourceResolvers
Gets the underlying data source resolvers. @return underlying data source resolvers
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolver.java:60
↓ 2 callersMethodgetHostName
Gets the host name of the SMTP server, @return host name
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:783
↓ 2 callersMethodgetHostName
Gets the host name of the SMTP server, @return host name
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:782
↓ 2 callersMethodgetMessageBody
Returns a string representation of the message body. If the message body cannot be read, an empty string is returned. @param wiserMessage The wiser m
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java:182
↓ 2 callersMethodgetMessageBody
Returns a string representation of the message body. If the message body cannot be read, an empty string is returned. @param wiserMessage The wiser m
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java:183
↓ 2 callersMethodgetMessageBodyBytes
Gets the byte making up the body of the message. @param mimeMessage The mime message from which to extract the body. @return A byte array representin
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java:211
↓ 2 callersMethodgetMessageBodyBytes
Gets the byte making up the body of the message. @param mimeMessage The mime message from which to extract the body. @return A byte array representin
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java:212
↓ 2 callersMethodgetMsg
Retrieve the message content @return Message Content
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockHtmlEmailConcrete.java:37
↓ 2 callersMethodgetMsg
Retrieve the message content @return Message Content
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockHtmlEmailConcrete.java:37
↓ 2 callersMethodgetSocketConnectionTimeout
Gets the socket connection timeout value in milliseconds. @return the timeout in milliseconds. @since 1.2
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:948
↓ 2 callersMethodgetSocketConnectionTimeout
Gets the socket connection timeout value in milliseconds. @return the timeout in milliseconds. @since 1.2
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:947
↓ 2 callersMethodgetSocketTimeout
Gets the socket I/O timeout value in milliseconds. @return the socket I/O timeout @since 1.2
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:958
↓ 2 callersMethodgetSocketTimeout
Gets the socket I/O timeout value in milliseconds. @return the socket I/O timeout @since 1.2
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:957
↓ 2 callersMethodisDebug
Tests whether debug is on. @return whether debug is on. @since 1.6.0
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1001
↓ 2 callersMethodisDebug
Tests whether debug is on. @return whether debug is on. @since 1.6.0
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1000
↓ 2 callersMethodisHttpUrl
Tests whether this a HTTP or HTTPS URL. @param urlString the URL string to test. @return true if it is a HTTP or HTTPS URL.
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.java:73
↓ 2 callersMethodisHttpUrl
Tests whether this a HTTP or HTTPS URL. @param urlString the URL string to test. @return true if it is a HTTP or HTTPS URL.
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.java:73
↓ 2 callersMethodisSSLOnConnect
Tests whether SSL/TLS encryption for the transport is currently enabled (SMTPS/POPS). @return true if SSL enabled for the transport. @since 1.3
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1041
↓ 2 callersMethodisSSLOnConnect
Tests whether SSL/TLS encryption for the transport is currently enabled (SMTPS/POPS). @return true if SSL enabled for the transport. @since 1.3
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1040
↓ 2 callersMethodisSendPartial
Tests whether partial sending of email is enabled. @return true if sending partial email is enabled. @since 1.3.2
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1021
↓ 2 callersMethodisSendPartial
Tests whether partial sending of email is enabled. @return true if sending partial email is enabled. @since 1.3.2
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1020
↓ 2 callersMethodisStartTLSEnabled
Tests whether the client is configured to try to enable STARTTLS. @return true if using STARTTLS for authentication, false otherwise. @since 1.3
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1051
↓ 2 callersMethodisStartTLSEnabled
Tests whether the client is configured to try to enable STARTTLS. @return true if using STARTTLS for authentication, false otherwise. @since 1.3
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1050
↓ 2 callersMethodreplacePattern
Replace the regexp matching resource locations with "cid:..." references. @param htmlMessage the HTML message to analyze @param pattern the regul
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/ImageHtmlEmail.java:113
↓ 2 callersMethodreplacePattern
Replace the regexp matching resource locations with "cid:..." references. @param htmlMessage the HTML message to analyze @param pattern the regul
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/ImageHtmlEmail.java:113
↓ 2 callersMethodresolve
{@inheritDoc}
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolver.java:85
↓ 2 callersMethodresolve
{@inheritDoc}
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolver.java:85
↓ 2 callersMethodsetSSLOnConnect
Sets whether SSL/TLS encryption should be enabled for the SMTP transport upon connection (SMTPS/POPS). Takes precedence over {@link #setStartTLSRequir
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1592
↓ 2 callersMethodsetSSLOnConnect
Sets whether SSL/TLS encryption should be enabled for the SMTP transport upon connection (SMTPS/POPS). Takes precedence over {@link #setStartTLSRequir
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1591
↓ 2 callersMethodupdateContentType
Updates the contentType. @param contentType aContentType @since 1.2
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:1687
↓ 2 callersMethodupdateContentType
Updates the contentType. @param contentType aContentType @since 1.2
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:1686
↓ 1 callersMethodbuild
@throws EmailException EmailException @throws MessagingException MessagingException
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.java:193
↓ 1 callersMethodbuild
@throws EmailException EmailException @throws MessagingException MessagingException
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/HtmlEmail.java:193
↓ 1 callersMethodcreateDataSource
Parses the MimePart to create a DataSource. @param parent the parent multi-part @param part the current part to be processed @return the DataSource
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java:95
↓ 1 callersMethodcreateDataSource
Parses the MimePart to create a DataSource. @param parent the parent multi-part @param part the current part to be processed @return the DataSource
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java:95
↓ 1 callersMethodcreateDefaultHtmlEmail
()
commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.java:71
↓ 1 callersMethodcreateDefaultHtmlEmail
()
commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.java:71
↓ 1 callersMethodcreateFoldedHeaderValue
Creates a folded header value containing 76 character chunks. @param name the name of the header @param value the value of the header @return the fo
commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java:608
↓ 1 callersMethodcreateFoldedHeaderValue
Creates a folded header value containing 76 character chunks. @param name the name of the header @param value the value of the header @return the fo
commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java:607
← previousnext →201–300 of 868, ranked by callers