Uses of Class
com.netlang.mail.MailMessage
Packages that use MailMessage
-
Uses of MailMessage in com.netlang.mail
Methods in com.netlang.mail that return MailMessageModifier and TypeMethodDescriptionSearch mailbox folder and position to first elementMailFolder.getMessage(int index) Get the message at the specified indexMailFolder.getMessages()Get all messages in this folderMailFolder.getMessages(int start, int end) Get the messages in this folder for message numbers ranging from start through end, both start and end inclusive.MailFolder.next()Get next mailMethods in com.netlang.mail that return types with arguments of type MailMessageModifier and TypeMethodDescriptionMailFolder.getDeletedMessages()Get the unread messagesMailFolder.getLastMessages(int maxcount) Returns the latest messages in the folder.MailFolder.getUnreadMessages()Returns all unread messages in this folder.MailFolder.searchMessages(String text) Search for the messagesMailFolder.searchMessages(String from, String subject, String body, Date after, Date before, int answerOption, String to, String cc, String bcc) Search for the messages.MailFolder.searchMessages(Date after, Date before) Search for the messages.MailFolder.searchMessages(javax.mail.search.SearchTerm term) Search for the messagesMethods in com.netlang.mail with parameters of type MailMessage