Library Net

Package Mail

Overview

Classes: MailIOS, MailInputStream, MailMessage, MailOutputStream, MailRecipient, MailStreamBuf, MessageInfo, POP3ClientSession, SMTPClientSession

Functions: swap

Classes

class MailIOS

The base class for MailInputStream and MailOutputStream. more...

class MailInputStream

This class is used for reading E-Mail messages from a POP3 server. more...

class MailMessage

This class represents an e-mail message for use with the SMTPClientSession and POPClientSession classes. more...

class MailOutputStream

This class is used for writing E-Mail messages to a SMTP server. more...

class MailRecipient

The recipient of an e-mail message. more...

class MailStreamBuf

The sole purpose of this stream buffer is to replace a "\r\n. more...

struct MessageInfo

Information returned by listMessages(). more...

class POP3ClientSession

This class implements an Post Office Protocol Version 3 (POP3, RFC 1939) client for receiving e-mail messages. more...

class SMTPClientSession

This class implements an Simple Mail Transfer Procotol (SMTP, RFC 2821) client for sending e-mail messages. more...