| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectexamples.messages
public final class messages
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 
 
messages()
           
 
 
Method Summary 
 
 
static voidmain(String[] args)
           
 
 
static voidprintMessageInfo(BufferedReader reader,
                                 int id)
           
 
 
Methods inherited from class java.lang.Object 
 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail 
messages
public messages()
 
Method Detail 
printMessageInfo
public static final void printMessageInfo(BufferedReader reader,
                                          int id)
                                   throws IOException
IOException
main
public static final void main(String[] args)
 
 
  
   
    Overview  
      Package  
    Class  
      Use  
      Tree  
      Deprecated  
      Index  
      Help  
  
 
 
 PREV CLASS 
 NEXT CLASS 
  FRAMES   
 NO FRAMES   
 
 
 
  SUMMARY: NESTED | FIELD | CONSTR | METHOD 
DETAIL: FIELD | CONSTR | METHOD 
Copyright © 1997-2008 The Apache Software Foundation. All Rights Reserved.