Simple POP3 Client

getMailApp.png

Description

The get mail application demonstrates usage of the MessageStore class, which is built on the top of Javamail extension to JDK.

The instances of the MessageStore are used to retrieve e-mail messages from the pop3 store in background. Messages are formatted in HTML and displayed in the scrollable JEditorPane of the GetMailApp class, which implements the GUI for the application.

User may choose not to display contents of the retrieved messages by turning off 'Contents' check-box.

Executable

The jar file of the package can be found here.

The jar also includes repacked mail.jar retrieved from JavaMail 1.4.3.

Sources

Source files: