- tearDown() - Method in class org.apache.commons.mail.BaseEmailTestCase
-
- TEST_FROM - Static variable in class org.apache.commons.mail.settings.EmailConfiguration
-
- TEST_PASSWD - Static variable in class org.apache.commons.mail.settings.EmailConfiguration
-
- TEST_TO - Static variable in class org.apache.commons.mail.settings.EmailConfiguration
-
- TEST_URL - Static variable in class org.apache.commons.mail.settings.EmailConfiguration
-
- TEST_USER - Static variable in class org.apache.commons.mail.settings.EmailConfiguration
-
- testAddBcc() - Method in class org.apache.commons.mail.EmailTest
-
- testAddBcc2() - Method in class org.apache.commons.mail.EmailTest
-
- testAddBccArray() - Method in class org.apache.commons.mail.EmailTest
-
- testAddBccWithEncoding() - Method in class org.apache.commons.mail.EmailTest
-
- testAddCc() - Method in class org.apache.commons.mail.EmailTest
-
- testAddCc2() - Method in class org.apache.commons.mail.EmailTest
-
- testAddCcArray() - Method in class org.apache.commons.mail.EmailTest
-
- testAddCcWithEncoding() - Method in class org.apache.commons.mail.EmailTest
-
- testAddHeader() - Method in class org.apache.commons.mail.EmailTest
-
- testAddHeaderEx() - Method in class org.apache.commons.mail.EmailTest
-
- testAddInvalidBcc() - Method in class org.apache.commons.mail.InvalidAddressTest
-
- testAddInvalidCc() - Method in class org.apache.commons.mail.InvalidAddressTest
-
- testAddInvalidTo() - Method in class org.apache.commons.mail.InvalidAddressTest
-
- testAddPart() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testAddPart2() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testAddReplyTo() - Method in class org.apache.commons.mail.EmailTest
-
- testAddReplyTo2() - Method in class org.apache.commons.mail.EmailTest
-
- testAddReplyToWithEncoding() - Method in class org.apache.commons.mail.EmailTest
-
- testAddTo() - Method in class org.apache.commons.mail.EmailTest
-
- testAddTo2() - Method in class org.apache.commons.mail.EmailTest
-
- testAddToArray() - Method in class org.apache.commons.mail.EmailTest
-
- testAddToWithEncoding() - Method in class org.apache.commons.mail.EmailTest
-
- testAddZipUrl() - Method in class org.apache.commons.mail.HtmlEmailTest
-
Create a HTML email containing an URL pointing to a ZIP file
to be downloaded.
- testAttach() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testAttach2() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testAttach3() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testAttachFileLocking() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testAttachmentOnly() - Method in class org.apache.commons.mail.util.MimeMessageParserTest
-
This test parses a SAP generated email which only contains a PDF but no email
text.
- testCallingBuildMimeMessageBeforeSent() - Method in class org.apache.commons.mail.HtmlEmailTest
-
According to EMAIL-95 calling buildMimeMessage() before calling send()
causes duplicate mime parts - now we throw an exception to catch the
problem
- testCharsNotValid - Variable in class org.apache.commons.mail.BaseEmailTestCase
-
Array of test strings
- testCharsValid - Variable in class org.apache.commons.mail.BaseEmailTestCase
-
Test characters acceptable to email
- testCorrectCharacterEncoding() - Method in class org.apache.commons.mail.EmailLiveTest
-
This test checks the correct character encoding when sending
non-ASCII content using SimpleEmail.
- testCorrectContentTypeForPNG() - Method in class org.apache.commons.mail.EmailTest
-
- testDefaultAuthenticatorConstructor() - Method in class org.apache.commons.mail.DefaultAuthenticatorTest
-
- testDefaultCharsetAppliesToTextContent() - Method in class org.apache.commons.mail.EmailTest
-
Test: When Email.setCharset() is called, a subsequent setContent()
should use that charset for text content types unless overridden
by the contentType parameter.
- testDefaultCharsetCanBeOverriddenByContentType() - Method in class org.apache.commons.mail.EmailTest
-
Case 2:
A default charset is overridden by an explicitly specified
charset in setContent().
- testDefaultCharsetIgnoredByNonTextContent() - Method in class org.apache.commons.mail.EmailTest
-
Case 3:
A non-text content object ignores a default charset entirely.
- testEmbedDataSource() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testEmbedFile() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testEmbedFileWithCID() - Method in class org.apache.commons.mail.HtmlEmailTest
-
Test that the specified Content-ID is used when embedding a File
object in an HtmlEmail.
- testEmbedUrl() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testEmbedUrlAndFile() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testExternalModification() - Method in class org.apache.commons.mail.resolver.DataSourceCompositeResolverTest
-
- testFoldedHeaderValue() - Method in class org.apache.commons.mail.EmailLiveTest
-
A sanity check that a header folding works correctly.
- testFoldingHeaders() - Method in class org.apache.commons.mail.EmailTest
-
- testGetContainer() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testGetSetAuthentication() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetAuthenticator() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetCharset() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetDebug() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetDescription() - Method in class org.apache.commons.mail.EmailAttachmentTest
-
- testGetSetDisposition() - Method in class org.apache.commons.mail.EmailAttachmentTest
-
- testGetSetHostName() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetHtmlMsg() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testGetSetMsg() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testGetSetMsg() - Method in class org.apache.commons.mail.SimpleEmailTest
-
- testGetSetName() - Method in class org.apache.commons.mail.EmailAttachmentTest
-
- testGetSetPath() - Method in class org.apache.commons.mail.EmailAttachmentTest
-
- testGetSetSentDate() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetSession() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetSmtpPort() - Method in class org.apache.commons.mail.EmailTest
-
- testGetSetSubType() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
test get/set sub type
- testGetSetTextMsg() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testGetSetURL() - Method in class org.apache.commons.mail.EmailAttachmentTest
-
- testHtmlMailMimeLayout() - Method in class org.apache.commons.mail.EmailLiveTest
-
This test checks the various options of building a HTML email.
- testHtmlMailMimeLayout() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testImageHtmlEmailLocal() - Method in class org.apache.commons.mail.EmailLiveTest
-
Test sending a image HTML mail bases on a local HTML page and local image.
- testImageHtmlEmailRemote() - Method in class org.apache.commons.mail.EmailLiveTest
-
Test sending a image HTML mail based on a real world website.
- testInit() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
init called twice should fail
- testMultiPartEmail() - Method in class org.apache.commons.mail.EmailLiveTest
-
A sanity check that a simple email also works in reality.
- testParseHtmlEmailWithAttachments() - Method in class org.apache.commons.mail.util.MimeMessageParserTest
-
- testParseMultipartReport() - Method in class org.apache.commons.mail.util.MimeMessageParserTest
-
This test parses an "email read notification" where the resulting data source has no name.
- testParseNoHeaderSeperatorWithOutOfMemory() - Method in class org.apache.commons.mail.util.MimeMessageParserTest
-
This test parses an eml file published with issue EMAIL-110.
- testParseSimpleEmail() - Method in class org.apache.commons.mail.util.MimeMessageParserTest
-
- testParseSimpleReplyEmail() - Method in class org.apache.commons.mail.util.MimeMessageParserTest
-
- testRegex() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testResolvingClassPathLenient() - Method in class org.apache.commons.mail.resolver.DataSourceClassPathResolverTest
-
- testResolvingClassPathNonLenient() - Method in class org.apache.commons.mail.resolver.DataSourceClassPathResolverTest
-
- testResolvingFileLenient() - Method in class org.apache.commons.mail.resolver.DataSourceFileResolverTest
-
- testResolvingFileNonLenient() - Method in class org.apache.commons.mail.resolver.DataSourceFileResolverTest
-
- testResolvingFilesLenient() - Method in class org.apache.commons.mail.resolver.DataSourceCompositeResolverTest
-
- testResolvingFilesLenient() - Method in class org.apache.commons.mail.resolver.DataSourceUrlResolverTest
-
Shows how the DataSourceUrlResolver can resolve files as well but this should
be done using a DataSourceFileResolver.
- testResolvingFilesNonLenient() - Method in class org.apache.commons.mail.resolver.DataSourceCompositeResolverTest
-
- testResolvingHttpLenient() - Method in class org.apache.commons.mail.resolver.DataSourceUrlResolverTest
-
Tests resolving resources over HTTP.
- testResolvingHttpNonLenient() - Method in class org.apache.commons.mail.resolver.DataSourceUrlResolverTest
-
Tests resolving resources over HTTP.
- testSend() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testSend() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testSend() - Method in class org.apache.commons.mail.SimpleEmailTest
-
- testSend2() - Method in class org.apache.commons.mail.HtmlEmailTest
-
- testSendEmptyHTML() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendEmptyHTML2() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendEx() - Method in class org.apache.commons.mail.EmailTest
-
- testSendHtml() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendHTMLAbsoluteLocalFile() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendHTMLAutoResolveFile() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendHTMLAutoResolveMultipleFiles() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendHTMLClassPathFile() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendHtmlUrl() - Method in class org.apache.commons.mail.ImageHtmlEmailTest
-
- testSendingEmailsInBatch() - Method in class org.apache.commons.mail.EmailLiveTest
-
Testing if we are able to send a few emails in a batch, i.e.
- testSendNoAttachments() - Method in class org.apache.commons.mail.SendWithAttachmentsTest
-
- testSendWAttachments() - Method in class org.apache.commons.mail.SendWithAttachmentsTest
-
- testSendWithPlainTextButNoHtmlContent() - Method in class org.apache.commons.mail.HtmlEmailTest
-
EMAIL-73 - check that providing a plain text content using setMsg()
creates a plain content and HTML content using
- testSetBcc() - Method in class org.apache.commons.mail.EmailTest
-
- testSetCc() - Method in class org.apache.commons.mail.EmailTest
-
- testSetContentMimeMultipart() - Method in class org.apache.commons.mail.EmailTest
-
- testSetContentObject() - Method in class org.apache.commons.mail.EmailTest
-
- testSetFrom() - Method in class org.apache.commons.mail.EmailTest
-
- testSetFrom2() - Method in class org.apache.commons.mail.EmailTest
-
- testSetFromWithEncoding() - Method in class org.apache.commons.mail.EmailTest
-
- testSetHeaders() - Method in class org.apache.commons.mail.EmailTest
-
- testSetHeadersEx() - Method in class org.apache.commons.mail.EmailTest
-
- testSetInvalidFrom() - Method in class org.apache.commons.mail.InvalidAddressTest
-
- testSetMsg() - Method in class org.apache.commons.mail.MultiPartEmailTest
-
- testSetPopBeforeSmtp() - Method in class org.apache.commons.mail.EmailTest
-
- testSetSubject() - Method in class org.apache.commons.mail.EmailTest
-
- testSetTo() - Method in class org.apache.commons.mail.EmailTest
-
- testSimpleEmail() - Method in class org.apache.commons.mail.EmailLiveTest
-
A sanity check that a simple email also works in reality.
- testStrictConstructor() - Method in class org.apache.commons.mail.InvalidInternetAddressTest
-
- testToInternetAddressArray() - Method in class org.apache.commons.mail.EmailTest
-
- testUrlEncoding() - Method in class org.apache.commons.mail.EmailUtilsTest
-
- testValidateMethod() - Method in class org.apache.commons.mail.InvalidInternetAddressTest
-
- testValidateMethodCharset() - Method in class org.apache.commons.mail.InvalidInternetAddressTest
-
- TIME_OUT - Static variable in class org.apache.commons.mail.settings.EmailConfiguration
-
Amount of time to wait for Dumbster to start up