org.codehaus.plexus.mailsender.test
Interface SmtpServer

All Superinterfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
All Known Implementing Classes:
DumbsterSmtpServer

public interface SmtpServer
extends org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

Version:
$Id: SmtpServer.java 1313 2004-11-23 15:17:37Z evenisse $
Author:
Trygve Laugstøl, Emmanuel Venisse

Field Summary
static String ROLE
           
 
Method Summary
 Iterator getReceivedEmail()
          Get email received by this instance since start up.
 int getReceivedEmailSize()
          Get the number of messages received.
 
Methods inherited from interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
start, stop
 

Field Detail

ROLE

static final String ROLE
Method Detail

getReceivedEmail

Iterator getReceivedEmail()
Get email received by this instance since start up.

Returns:
List of String

getReceivedEmailSize

int getReceivedEmailSize()
Get the number of messages received.

Returns:
size of received email list


Copyright © 2011. All Rights Reserved.