Package com.sun.slamd.scripting.mail

The com.sun.slamd.scripting.mail package contains the code that defines the variables that may be used for interacting with mail servers using POP, IMAP, or SMTP through a SLAMD script.

See:
          Description

Class Summary
CRAMMD5Handler This class provides a set of methods that can be used in the process of authenticating to a server using CRAM-MD5 as defined in RFC 2195, which itself is based on HMAC as defined in RFC 2104.
IMAPConnectionVariable This class defines a variable that maintains a connection to an IMAPv4rev1 mail server and allows for interaction with that server.
MailMessageVariable This class defines a variable that stores a mail message, including headers.
POPConnectionVariable This class defines a variable that maintains a connection to a POP3 mail server and allows for interaction with that server.
SMTPConnectionVariable This class defines a variable that maintains a connection to an SMTP mail server and allows for interaction with that server.
 

Package com.sun.slamd.scripting.mail Description

The com.sun.slamd.scripting.mail package contains the code that defines the variables that may be used for interacting with mail servers using POP, IMAP, or SMTP through a SLAMD script.