Package edu.pdx.cs410J.grader
Class GraderEmailAccount
java.lang.Object
edu.pdx.cs410J.grader.GraderEmailAccount
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGraderEmailAccount
(String emailServerHostName, int emailServerPort, String userName, String password, boolean trustLocalhostSSL, GraderEmailAccount.StatusLogger statusLogger) GraderEmailAccount
(String userName, String password, GraderEmailAccount.StatusLogger statusLogger) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
fetchAttachmentsFromUnreadMessage
(jakarta.mail.Message message, EmailAttachmentProcessor processor) void
fetchAttachmentsFromUnreadMessagesInFolder
(String folderName, EmailAttachmentProcessor processor)
-
Constructor Details
-
GraderEmailAccount
public GraderEmailAccount(String userName, String password, GraderEmailAccount.StatusLogger statusLogger) -
GraderEmailAccount
public GraderEmailAccount(String emailServerHostName, int emailServerPort, String userName, String password, boolean trustLocalhostSSL, GraderEmailAccount.StatusLogger statusLogger)
-
-
Method Details
-
fetchAttachmentsFromUnreadMessage
protected void fetchAttachmentsFromUnreadMessage(jakarta.mail.Message message, EmailAttachmentProcessor processor) throws jakarta.mail.MessagingException, IOException - Throws:
jakarta.mail.MessagingException
IOException
-
fetchAttachmentsFromUnreadMessagesInFolder
public void fetchAttachmentsFromUnreadMessagesInFolder(String folderName, EmailAttachmentProcessor processor)
-