Contents
1. What is "POPpers" ?
"POPpers" supports: NOTE: "POPpers" is free software. Please read GNU General Public License. 2. Download (version 0.9.2)
3. How to use3.1 Add "poppers.jar" to your CLASSPATH
jar xvf poppers_0_9_1.zip 4 files will be extracted.
Add "poppers.jar" to your classpath. For example: Windows95/98
(c:\classes is a folder that contains poppers.jar)
(/usr/local/classes is a directory that contains poppers.jar) jre\lib\ext\.(You don't have to modify CLASSPATH)
3.2 Use the JavaMail clientTo use the POP3 provider, use "pop3" as the protocol-name. 4. URLName parameters
For example, pop3://user:password@host/?localstore=/user/home/user/mailbox/&authmode=APOP
5. PropertiesPOPpers supports some properties.
props.put("jp.gr.java_conf.roadster.net.pop.authMode", "APOP");
6. History
7. Questions and commentsContact me at
Here is a Java Mail Client. |