Goals

jocundmail
Class JavaMail

java.lang.Object
  extended by jocundmail.JavaMail

public class JavaMail
extends java.lang.Object

This is essentially the backend at the moment and will probably later be renamed to Backend to match the Frontend class

Version:
0.0.1
Author:
J.J. Sestrich
Todo:
Progress:
(5/27/07) It has the ability to download mail to C:\Mail

Field Summary
static java.lang.String progTitle
           
 
Constructor Summary
JavaMail()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for the backend.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progTitle

public static java.lang.String progTitle
Constructor Detail

JavaMail

public JavaMail()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for the backend. At the moment its more or less a test function.

Parameters:
args - If an arg is supplied then it takes just the first and attempts to use it as an integer specifying the message by index to get from mail.sestrich.com. If none are given then it attempts to download all messages from mail.sestrich.com

SourceForge.net Logo