com.antiaction.mayhem.mail.pop3d
Class AuthCommands
java.lang.Object
com.antiaction.mayhem.mail.pop3d.AuthCommands
public class AuthCommands
- extends java.lang.Object
Authentication state commands.
- Version:
- 1.00
- Author:
- Nicholas Clarke
|
Method Summary |
static void |
APOP(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.util.List arrCmd)
|
static void |
AUTH(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.util.List arrCmd)
|
static void |
PASS(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.lang.String cmd,
java.util.List arrCmd)
|
static void |
STLS(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection)
|
static void |
USER(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.util.List arrCmd)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthCommands
public AuthCommands()
USER
public static void USER(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.util.List arrCmd)
throws java.io.IOException
- Throws:
java.io.IOException
PASS
public static void PASS(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.lang.String cmd,
java.util.List arrCmd)
throws java.io.IOException
- Throws:
java.io.IOException
APOP
public static void APOP(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.util.List arrCmd)
throws java.io.IOException
- Throws:
java.io.IOException
AUTH
public static void AUTH(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection,
java.util.List arrCmd)
throws java.io.IOException
- Throws:
java.io.IOException
STLS
public static void STLS(com.antiaction.mayhem.mail.pop3d.RequestConnectionObject connection)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.