Package com.cometway.email

This package contains agents for sending and receiving Internet email using SMTP and POP3 protocols, as well as tools for creating, parsing and debugging email messages.

See:
          Description

Interface Summary
BugReportInterface This interface describes functionality for reporting bugs.
IMessage IMessage represents an abstract message containing a message body and an arbitrary number of headers.
IMessageSender IMessageSender is an interface for those classes that support a sendMessage() method for sending an IMessage
SendEmailInterface This interface describes functionality for sending email messages.
 

Class Summary
AutoReplyAgent This agent sets itself up to receive messages from a ReceiveEmailAgent and automatically respond to the sender using the SendEmailAgent.
EmailBugReportAgent This agent registers itself with the Service Manager as a BugReportInterface and periodically submits the bug reports collects as an email message to a list of recipients using the SendEmailInterface registered with the Service Manager as "send_email".
EmailHeader This class provides a set of static methods for parsing and manipulating headers in an email message.
EmailListAgent  
EmailReporter This is a Reporter Agent that extends FileLoggerAgent in order to log AK agent output to sequentially named text files.
EmailTools Defines a set of static methods useful for parsing email information.
Message Message is an IMessage that represents an RFC822 compliant message.
MessageTools This helper class provides a suite of utility methods for accessing and changing an IMessage.
ReceiveEmailAgent This agent receives SMTP messages on a server socket (port 25 by default) and forwards them to RequestAgents registered to the Service Manager using the recipients email address (ie: name@domain) or email account name only (ie: name).
ReceiveEmailHandler This class is used by the ReceiveEmailAgent to process threaded SMTP socket connections.
ReceivePOP3EmailAgent This agent periodically checks for new POP3 messages, passing routing the message to the registered RequestAgent matching the message recipient's email address.
RequestDumperAgent This is a simple agent which dumps the contents of the requests it receives.
RequestFilterAgent This agent proxies requests to another request agent and in the process, it caches the props for each request.
SendEmailAgent This agent queues up email messages and sends them to the smtp_host at regular intervals.
 

Package com.cometway.email Description

This package contains agents for sending and receiving Internet email using SMTP and POP3 protocols, as well as tools for creating, parsing and debugging email messages.