- getAttachmentCount() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Gets how many attachments the message has
- getAttachments() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Returns list of attachments
- getContent() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Attachment
-
Gets the content in (bytes)
- getData() - Method in class com.pessetto.origamismtp.commandhandlers.DataHandler
-
Gets the data passed from client to server
- getFileName() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Attachment
-
Gets the file name
- getFrom() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Returns who the message is from
- getHTMLMessage() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Gets the message formatted as HTML
- getInstance() - Static method in class com.pessetto.origamismtp.filehandlers.inbox.Inbox
-
Gets the inbox instance
- getLatestMessageFuture() - Method in class com.pessetto.origamismtp.testing.TestSMTPServer
-
Gets the message future for the latest message
- getMessage(int) - Method in class com.pessetto.origamismtp.filehandlers.inbox.Inbox
-
Gets the message at the specified index
- getMessage() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Gets the message as a string
- getMessageCount() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Inbox
-
Gets how many messages are in the inbox
- getMessageRecieved() - Method in class com.pessetto.origamismtp.testing.TestSMTPMessageListener
-
Gets if the message was recieved
- getMimeType() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Attachment
-
Gets the mime type of the attachment
- getNewestMessage() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Inbox
-
Gets the last message to be recieved
- getPlainMessage() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Gets the plain message of the message
- getRecipient() - Method in class com.pessetto.origamismtp.commandhandlers.RCPTHandler
-
Gets the recipient this is going to
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.AUTHHandler
-
Gets the response to the client
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.DataHandler
-
Gets the response to send to client
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.EHLOHandler
-
Gets the response to send to client
- getResponse() - Method in interface com.pessetto.origamismtp.commandhandlers.interfaces.Validatable
-
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.MAILHandler
-
Gets the response to send to the client
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.QUITHandler
-
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.RCPTHandler
-
Gets the response of the handler
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.RSETHandler
-
Handles the response to the client
- getResponse() - Method in class com.pessetto.origamismtp.commandhandlers.STARTTLSHandler
-
The response to send to the client
- getSender() - Method in class com.pessetto.origamismtp.commandhandlers.MAILHandler
-
Gets the sender
- getSize() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Attachment
-
Gets the size of the attachment
- getStatus() - Method in class com.pessetto.origamismtp.commandhandlers.AUTHHandler
-
Gets the current state of authentication
- getSubject() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Gets the message subject
- getTo() - Method in class com.pessetto.origamismtp.filehandlers.inbox.Message
-
Gets who the message is from