- 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.
- 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
-
Returns FROM address.
- 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.
- getLabel() - Method in class jodd.mail.EmailAddress
-
Party label associated with this address, for example, 'Home', 'Work', etc.
- 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
-
- 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.
- 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.
- getText() - Method in class jodd.mail.EmailAddress
-
Returns the actual email address string, e.g.
- 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.
- ImapServer - Class in jodd.mail
-
IMAP Server.
- ImapServer(String) - Constructor for class jodd.mail.ImapServer
-
POP3 server defined with its host and default port.
- ImapServer(String, int) - Constructor for class jodd.mail.ImapServer
-
POP3 server defined with its host and port.
- ImapServer(String, Authenticator) - Constructor for class jodd.mail.ImapServer
-
- ImapServer(String, int, String, String) - Constructor for class jodd.mail.ImapServer
-
- ImapServer(String, int, Authenticator) - Constructor for class jodd.mail.ImapServer
-
SMTP server defined with its host and authentication.
- ImapSslServer - Class in jodd.mail
-
IMAP SSL Server.
- ImapSslServer(String, String, String) - Constructor for class jodd.mail.ImapSslServer
-
- ImapSslServer(String, int, String, String) - Constructor for class jodd.mail.ImapSslServer
-
- initialized - Variable in class jodd.mail.MailSystem
-
- inputStream - Variable in class jodd.mail.att.InputStreamAttachment
-
- InputStreamAttachment - Class in jodd.mail.att
-
- InputStreamAttachment(InputStream, String, String, String) - Constructor for class jodd.mail.att.InputStreamAttachment
-
- isAnswered() - Method in class jodd.mail.ReceivedEmail
-
Returns true if message is answered.
- isBouncing() - Method in class jodd.mail.EmailAddress
-
Returns whether or not any emails sent to this email address come back as bounced
(undeliverable).
- isDeleted() - Method in class jodd.mail.ReceivedEmail
-
Returns true if message is deleted.
- isDraf() - Method in class jodd.mail.ReceivedEmail
-
Returns true if message is draft.
- isEmbeddedInto(EmailMessage) - Method in class jodd.mail.EmailAttachment
-
Returns true if attachment is embedded into provided message.
- isFlagged() - Method in class jodd.mail.ReceivedEmail
-
Returns true is message is flagged.
- isInline() - Method in class jodd.mail.EmailAttachment
-
Returns true if it is inline attachment.
- isRecent() - Method in class jodd.mail.ReceivedEmail
-
Returns true if message is recent.
- isSeen() - Method in class jodd.mail.ReceivedEmail
-
Returns true if message is seen.
- isValid() - Method in class jodd.mail.EmailAddress
-
Returns whether or not the text represented by this object instance is valid
according to the RFC 2822 rules.
- isValidText(String) - Static method in class jodd.mail.EmailAddress
-
Utility method that checks to see if the specified string is a valid
email address according to the RFC 2822 specification.
- isVerified() - Method in class jodd.mail.EmailAddress
-
Returns whether or not the party associated with this email has verified that it is
their email address.