var fDesc=new Array(); fDesc[0] = "The Ultimate Mail Component offers a comprehensive interface for sending, receiving e-mail messages from a server and managing your mailbox remotely, all from within your application. In addition, it also allows you to compose, decrypt, encrypt, sign, and validate email messages.

* Downloading and managing email messages and mailboxes easily

IMAP Features:

* Connect to standard IMAP server or secure IMAP server over TLS/SSL. It supports both Implicit and Explicit security modes
* List email messages
* Download entire or partial messages to a disk file or stream
* Upload messages stored in a file or memory stream
* Copy messages
* Delete messages
* Purge messages
* Move messages between folders/mailboxes
* Mark/unmark message flags
* Listing mailboxes/folders
* Create mailboxes/folders
* Rename mailboxes/folders
* Delete mailboxes/folders
* Subscribe and unsubscribe mailboxes/folders
* Obtain mailbox information
* Search messages with advanced options
* Authenticate securely with CRAM-MD5, DIGEST-MD5, NTLM, and Kerberos methods

POP3 Features

* Connect to standard POP3 server or secure POP3 server over TLS/SSL. It supports both Implicit and Explicit security modes
* List email messages
* Download entire or partial messages to a disk file or stream
* Delete messages
* Purge messages
* Obtain mailbox information

SMTP Features

* Connect to standard SMTP server or secure SMTP server over TLS/SSL. It supports both Implicit and Explicit security modes
* Send bulk messages
* Send to relay SMTP server
* Quick send with static methods
* Submit to IIS SMTP queue
* Support PIPELINING
* Delivery Status Notification (DSN)
* Obtain mailbox information
* ESMTP authentication with LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5, NTLM, and Kerberos methods"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }