com.softabar.clemail.options.monitor
Interface IMailReceived


public interface IMailReceived


Method Summary
 int mailReceived(javax.mail.Message[] messages, org.apache.commons.cli.CommandLine cmdLine, java.lang.String[] allArgs)
           
 

Method Detail

mailReceived

public int mailReceived(javax.mail.Message[] messages,
                        org.apache.commons.cli.CommandLine cmdLine,
                        java.lang.String[] allArgs)
Parameters:
messages - All messages in a mail box as javax.mail.Message objects.
cmdLine - Command line as org.apache.commons.cli.CommandLine object.
allArgs - All arguments that were used when program was started from the command line.
Returns:
0 if successful.