|
IPOPMAIN |
Pop3 commands supported: USER, PASS, AUTH NTLM, APOP, NOOP, RSET, TOP, LIST,
STAT, UIDL, RETR and QUIT Imap4 commands supported: ALL Retrieve email in synchronous or asynchronous mode (event driving). Get email header without downloading whole email from server. Get email size/message-id from server. Delete/Undelete email. Log file to record all sessions between client and server. |
RFC 1939 RFC 1321 RFC 1734 RFC 2060 |
|
IPOPMSG |
Load email from a file or binary stream. Save email to a file or IMSGSTORE interface Get specified header value of email Parse sender, recipients, subject, body and attachments Export attachment to file or binary stream Parse winmail.dat (TNEF attachment) |
RFC 822 RFC 1641 |
|
IMSGSTORE |
Create customized mailbox to store email files. Load email to IPOPMSG interface. Save/Move/Delete/Enumerate emails in specified mailbox Create/Clear/Delete mailbox |
N\A |
|
IPop3Queue/IPop3Request |
Send request for retrieving email to local/remote service. Enable ASP/ASP.NET to retrieve emails in background. Capability of queued request is unlimited. |
N\A |
| SSL/TLS Plus |
Protocol: SSL v2, SSL v3, TLS v1. Key Algorithms: RSA, DH. ESMTP command: STARTTLS POP3 command: STLS |
RFC 2487 RFC 2595 |
| Digital Signature(S/MIME) |
Decrypt encrypted email and verify digital signature.
This feature uses CAPICOM object(a free component of Microsoft) |
RFC 2311 RFC 1847 |
POPMAIN object
Provide full support to asynchronous operating mode and event firing.
Log file recording all sessions between client and server.
Get message header without downloading the whole message body.
Get unique message id from POP3 & IMAP4 server.
Get message size/count from POP3 & IMAP4 server.
Retrieve message from POP3 & IMAP4 server.
Delete message on POP3 & IMAP4 server.
Support NOOP and RSET command.
Support secure password authentication.
POPMSG object
Abstract header item.
Parse email based on RFC 822 to collect message details, such as Subject, Date,
Sender, Recipients, CCs, Body text, Alternative body text, Attachments and
more.
Get name and size of attachments.
Save attachments as another files.
Get message/attachment chunk.
Parse winmail.dat (TNEF attachment).
Support parsing multiple recipients and CCs.
Provide methods to import/export message between email file and POPMSG object.
Smartly determine message body format. (TEXT/HTML/MULTIPLE-ALTERNAVTIVE)
Automatically decode data encoded by base64 or quoted-printable.
MSGSTORE object
Support local mailbox maintenance and email storage.
Pop3Request/Pop3Queue Object
Send request for retrieving email to local/remote service.
Enable ASP/ASP.NET application to retrive email in background.
See Also
2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.