examples.mail
Class POP3Mail

java.lang.Object
  extended by examples.mail.POP3Mail

public final class POP3Mail
extends java.lang.Object

This is an example program demonstrating how to use the POP3Client class. This program connects to a POP3 server and retrieves the message headers of all the messages, printing the From: and Subject: header entries for each message.

Usage: messages


Constructor Summary
POP3Mail()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printMessageInfo(java.io.BufferedReader reader, int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POP3Mail

public POP3Mail()
Method Detail

printMessageInfo

public static final void printMessageInfo(java.io.BufferedReader reader,
                                          int id)
                                   throws java.io.IOException
Throws:
java.io.IOException

main

public static final void main(java.lang.String[] args)


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.