- cc - Variable in class jodd.mail.CommonEmail
-
- cc(String) - Method in class jodd.mail.Email
-
Appends CC address.
- cc(String, String) - Method in class jodd.mail.Email
-
Appends CC address.
- cc(EmailAddress) - Method in class jodd.mail.Email
-
Appends CC address.
- cc(InternetAddress) - Method in class jodd.mail.Email
-
Appends CC address.
- cc(String[]) - Method in class jodd.mail.Email
-
Sets one or more CC address.
- cc(EmailAddress[]) - Method in class jodd.mail.Email
-
Sets one or more CC address.
- cc(InternetAddress[]) - Method in class jodd.mail.Email
-
Sets one or more CC address.
- cc(String) - Method in class jodd.mail.EmailFilter
-
Defines filter for CC field.
- checkIfSourceSpecified() - Method in class jodd.mail.EmailAttachmentBuilder
-
Checks if no source content is specified.
- close() - Method in class jodd.mail.ReceiveMailSession
-
Closes session.
- close() - Method in class jodd.mail.SendMailSession
-
Closes session.
- closeFolderIfOpened() - Method in class jodd.mail.ReceiveMailSession
-
Closes folder if opened and expunge deleted messages.
- COMMENT_PATTERN - Static variable in class jodd.mail.EmailAddress
-
Java regex pattern for 2822 "comment" token; Not necessarily useful,
but available in case.
- CommonEmail - Class in jodd.mail
-
- CommonEmail() - Constructor for class jodd.mail.CommonEmail
-
- concat(SearchTerm) - Method in class jodd.mail.EmailFilter
-
Concatenates last search term with new one.
- content - Variable in class jodd.mail.att.ByteArrayAttachment
-
- contentId - Variable in class jodd.mail.EmailAttachment
-
- contentType - Variable in class jodd.mail.att.ByteArrayAttachment
-
- contentType - Variable in class jodd.mail.att.InputStreamAttachment
-
- create() - Static method in class jodd.mail.Email
-
Static constructor for fluent interface.
- create() - Method in class jodd.mail.EmailAttachmentBuilder
-
- createAttachmentBodyPart(EmailAttachment) - Method in class jodd.mail.SendMailSession
-
Creates attachment body part.
- createByteArrayAttachment() - Method in class jodd.mail.EmailAttachmentBuilder
-
- createFileAttachment() - Method in class jodd.mail.EmailAttachmentBuilder
-
- createFrom(Address[]) - Static method in class jodd.mail.MailAddress
-
- createFrom(String[]) - Static method in class jodd.mail.MailAddress
-
- createFrom(EmailAddress[]) - Static method in class jodd.mail.MailAddress
-
- createInputStreamAttachment() - Method in class jodd.mail.EmailAttachmentBuilder
-
- createMessage(Email, Session) - Method in class jodd.mail.SendMailSession
-
Creates new JavaX message from
email.
- createSession() - Method in class jodd.mail.ImapServer
-
Creates new receiving mail session.
- createSession() - Method in class jodd.mail.Pop3Server
-
Creates new receiving mail session.
- createSession() - Method in interface jodd.mail.ReceiveMailSessionProvider
-
Creates new receiving mail session.
- createSession() - Method in interface jodd.mail.SendMailSessionProvider
-
Creates new sending mail session.
- createSession() - Method in class jodd.mail.SmtpServer
-
Creates new sending mail session.
- createSessionProperties() - Method in class jodd.mail.ImapServer
-
Prepares mail session properties.
- createSessionProperties() - Method in class jodd.mail.ImapSslServer
-
- createSessionProperties() - Method in class jodd.mail.Pop3Server
-
Prepares mail session properties.
- createSessionProperties() - Method in class jodd.mail.Pop3SslServer
-
- createSessionProperties() - Method in class jodd.mail.SmtpServer
-
Prepares mail session properties.
- createSessionProperties() - Method in class jodd.mail.SmtpSslServer
-
- getAllFolders() - Method in class jodd.mail.ReceiveMailSession
-
Returns list of all folders.
- getAllHeaders() - Method in class jodd.mail.CommonEmail
-
Returns all headers as a HashMap.
- getAllMessages() - Method in class jodd.mail.CommonEmail
-
Returns all messages.
- getAttachedMessages() - Method in class jodd.mail.ReceivedEmail
-
Returns the list of attached messages.
- getAttachments() - Method in class jodd.mail.Email
-
Returns an array of attachments or null if no attachment enclosed with this email.
- getAttachments() - Method in class jodd.mail.ReceivedEmail
-
Returns the list of all attachments.
- getAuthenticator() - Method in class jodd.mail.ImapServer
-
Returns authenticator.
- getAuthenticator() - Method in class jodd.mail.Pop3Server
-
Returns authenticator.
- getAuthenticator() - Method in class jodd.mail.SmtpServer
-
Returns authenticator.
- getBcc() - Method in class jodd.mail.CommonEmail
-
Returns BCC addresses.
- getCc() - Method in class jodd.mail.CommonEmail
-
Returns CC addresses.
- getContent() - Method in class jodd.mail.EmailMessage
-
Returns message content.
- getContentId() - Method in class jodd.mail.EmailAttachment
-
Returns content id for inline attachments.
- getContentType() - Method in class jodd.mail.att.ByteArrayAttachment
-
Returns content type.
- getContentType() - Method in class jodd.mail.att.InputStreamAttachment
-
Returns content type.
- getDataSource() - Method in class jodd.mail.att.ByteArrayAttachment
-
Returns ByteArrayDataSource.
- getDataSource() - Method in class jodd.mail.att.DataSourceAttachment
-
Returns wrapped data source.
- getDataSource() - Method in class jodd.mail.att.FileAttachment
-
- getDataSource() - Method in class jodd.mail.att.InputStreamAttachment
-
Returns ByteArrayDataSource.
- getDataSource() - Method in class jodd.mail.EmailAttachment
-
Returns DataSource implementation, depending of attachment source.
- getDeletedMessageCount() - Method in class jodd.mail.ReceiveMailSession
-
Returns the number of deleted messages.
- getDomain() - Method in class jodd.mail.EmailAddress
-
Returns domain part of the email address.
- getEmail() - Method in class jodd.mail.MailAddress
-
Returns email address.
- getEncodedName() - Method in class jodd.mail.EmailAttachment
-
Returns encoded attachment name.
- getEncoding() - Method in class jodd.mail.EmailMessage
-
Returns message encoding.
- getFile() - Method in class jodd.mail.att.FileAttachment
-
Returns attached file.
- getFlags() - Method in class jodd.mail.ReceivedEmail
-
- getFrom() - Method in class jodd.mail.CommonEmail
-
- getHeader(String) - Method in class jodd.mail.CommonEmail
-
- getHost() - Method in class jodd.mail.ImapServer
-
Returns POP host address.
- getHost() - Method in class jodd.mail.Pop3Server
-
Returns POP host address.
- getHost() - Method in class jodd.mail.SmtpServer
-
Returns SMTP host address.
- getInternetAddress() - Method in class jodd.mail.EmailAddress
-
Given a 2822-valid single address string, returns an InternetAddress object holding
that address, otherwise returns null.
- getLocalPart() - Method in class jodd.mail.EmailAddress
-
Returns local part of the email address.
- getMessageCount() - Method in class jodd.mail.ReceiveMailSession
-
Returns number of messages.
- getMessageNumber() - Method in class jodd.mail.ReceivedEmail
-
Returns message number.
- getMimeType() - Method in class jodd.mail.EmailMessage
-
Returns message mime type.
- getName() - Method in class jodd.mail.EmailAttachment
-
Returns attachment name.
- getNewMessageCount() - Method in class jodd.mail.ReceiveMailSession
-
Returns the number of new messages.
- getPasswordAuthentication() - Method in class jodd.mail.SimpleAuthenticator
-
- getPersonalName() - Method in class jodd.mail.EmailAddress
-
Returns personal name.
- getPersonalName() - Method in class jodd.mail.MailAddress
-
Returns personal name, may be null.
- getPort() - Method in class jodd.mail.ImapServer
-
Returns current port.
- getPort() - Method in class jodd.mail.Pop3Server
-
Returns current port.
- getPort() - Method in class jodd.mail.SmtpServer
-
Returns current port.
- getPriority() - Method in class jodd.mail.CommonEmail
-
Returns emails priority (1 - 5) or -1 if priority not available.
- getReceiveDate() - Method in class jodd.mail.ReceivedEmail
-
Returns emails received date.
- getReplyTo() - Method in class jodd.mail.CommonEmail
-
Returns REPLY-TO addresses.
- getReturnPathAddress() - Method in class jodd.mail.EmailAddress
-
Pull out the cleaned-up return path address.
- getReturnPathBracketContents() - Method in class jodd.mail.EmailAddress
-
WARNING: You may want to use getReturnPathAddress() instead if you're
looking for a clean version of the return path without CFWS, etc.
- getSearchTerm() - Method in class jodd.mail.EmailFilter
-
Returns search term.
- getSentDate() - Method in class jodd.mail.CommonEmail
-
Returns e-mails sent date.
- getSize() - Method in class jodd.mail.EmailAttachment
-
Returns size of received attachment,
- getStore(Session) - Method in class jodd.mail.ImapServer
-
Returns email store.
- getStore(Session) - Method in class jodd.mail.ImapSslServer
-
- getStore(Session) - Method in class jodd.mail.Pop3Server
-
Returns email store.
- getStore(Session) - Method in class jodd.mail.Pop3SslServer
-
- getSubject() - Method in class jodd.mail.CommonEmail
-
Returns message subject.
- getTo() - Method in class jodd.mail.CommonEmail
-
Returns TO addresses.
- getTransport(Session) - Method in class jodd.mail.SmtpServer
-
Returns mail transport.
- getUnreadMessageCount() - Method in class jodd.mail.ReceiveMailSession
-
Returns the number of unread messages.