gnu.crypto.tool

Class SMTPClient


public class SMTPClient
extends java.lang.Object

Version:
$Revision: 1.2 $

Constructor Summary

SMTPClient(String mechanism, String host, int port)

Method Summary

static void
main(String[] args)
void
work()

Constructor Details

SMTPClient

public SMTPClient(String mechanism,
                  String host,
                  int port)

Method Details

main

public static void main(String[] args)
            throws Exception


work

public void work()
            throws SaslException,
                   IOException,
                   InterruptedException


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.