Class POP3Downloader

java.lang.Object
  extended by POP3Downloader

public class POP3Downloader
extends Object


Field Summary
static String PROTOCOL
           
 
Constructor Summary
POP3Downloader(String host, String user, String pass)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL

public static final String PROTOCOL
See Also:
Constant Field Values
Constructor Detail

POP3Downloader

public POP3Downloader(String host,
                      String user,
                      String pass)
Method Detail

process

public void process()
             throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.