- generateProperties() - Method in enum org.codemonkey.simplejavamail.TransportStrategy
-
Base implementation that simply returns an empty list of properties.
- GENERIC_ERROR - Static variable in exception org.codemonkey.simplejavamail.MailException
-
- getAddress() - Method in class org.codemonkey.simplejavamail.email.Recipient
-
- getAddressParts(String, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
See getInternetAddress; does the same thing but returns the constituent parts of the address in a three-element array (or null if the address is
invalid).
- getAttachmentList() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getAttachments() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getBcc() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getCc() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getCidMap() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getDataSource() - Method in class org.codemonkey.simplejavamail.email.AttachmentResource
-
- getDataSourceName(Part, DataSource) - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
Determines the name of the data source if it is not already set.
- getDomain(String, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
See getInternetAddress; does the same thing but returns the domain part in string form (essentially, the part to the right of the @).
- getEmbeddedImages() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getFirstComment(String, EnumSet<EmailAddressCriteria>) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
Given a string, extract the first matched comment token as defined in 2822, trimmed; return null on all errors or non-findings
- getFrom() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getFromRecipient() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getHeaders() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getHeaders() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getHtmlContent() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getInternetAddress(String, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
Given a 2822-valid single address string, give us an InternetAddress object holding that address, otherwise returns null.
- getLocalPart(String, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
See getInternetAddress; does the same thing but returns the local part that would have been returned from getInternetAddress() in String form
(essentially, the part to the left of the @).
- getMatcherParts(Matcher, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
- getName() - Method in class org.codemonkey.simplejavamail.email.AttachmentResource
-
- getName() - Method in class org.codemonkey.simplejavamail.email.Recipient
-
- getPersonalName(String, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
See getInternetAddress; does the same thing but returns the personal name that would have been returned from getInternetAddress() in String form.
- getPlainContent() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getRecipients() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getReplyTo() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getReplyToRecipient() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getReturnPathAddress(String, EnumSet<EmailAddressCriteria>, boolean) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
Pull out the cleaned-up return path address.
- getReturnPathBracketContents(String, EnumSet<EmailAddressCriteria>) - Static method in class org.hazlewood.connor.bottema.emailaddress.EmailAddressParser
-
WARNING: You may want to use getReturnPathAddress() instead if you're looking for a clean version of the return path without CFWS, etc.
- getSession() - Method in class org.codemonkey.simplejavamail.Mailer
-
In case Simple Java Mail falls short somehow, you can get a hold of the internal Session
instance to debug or tweak.
- getSubject() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getSubject() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getText() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getTextHTML() - Method in class org.codemonkey.simplejavamail.email.Email
-
- getTo() - Method in class org.codemonkey.simplejavamail.util.MimeMessageParser
-
- getType() - Method in class org.codemonkey.simplejavamail.email.Recipient
-