dea.spamRescue
Class ProcessReplies

java.lang.Object
  extended bydea.spamRescue.ProcessReplies
All Implemented Interfaces:
IDebugLevels

public class ProcessReplies
extends java.lang.Object
implements IDebugLevels

Title:
Description:
Copyright: Copyright (c) 2004
Company: RMRR

@author David Abigt
@version 1.0


Field Summary
static java.lang.String VERSION
          version number
 
Fields inherited from interface dea.common.IDebugLevels
BASIC, DEBUG_ALL, ERROR, METH_DETAIL, METH_ENTER, METH_EXIT, METH_EXT, METH_GET, METH_SET, METH_VARS, SHOW_PASS
 
Constructor Summary
ProcessReplies()
           
 
Method Summary
 Spam_replies load(Db db, java.lang.String email)
          look up Spam_replies record for email address
static void main(java.lang.String[] args)
          run from command line
 void parseBox()
          Parse the mailbox file into email files
 void run(java.lang.String[] args)
          Call the steps to go from the inbox file to sending reports
 java.util.Date str2Date(java.lang.String dateStr)
          Parse string into a date
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
version number

See Also:
Constant Field Values
Constructor Detail

ProcessReplies

public ProcessReplies()
Method Detail

str2Date

public java.util.Date str2Date(java.lang.String dateStr)
Parse string into a date

Parameters:
dateStr -
Returns:
Date

load

public Spam_replies load(Db db,
                         java.lang.String email)
look up Spam_replies record for email address

Parameters:
db -
email -
Returns:
Spam_replies

parseBox

public void parseBox()
              throws java.lang.Exception
Parse the mailbox file into email files

Throws:
java.lang.Exception

run

public void run(java.lang.String[] args)
Call the steps to go from the inbox file to sending reports

Parameters:
args -

main

public static void main(java.lang.String[] args)
run from command line



Copyright © 2001-2005 Round Mountain Rescue Ranch. All Rights Reserved.