POP3 Component
The POP3 Component COM Object fully supports the latest
revisions of the POP3 protocol for retrieving Internet email. With just a few lines
of code you will be able to download Internet email messages
from a POP3 server. Click here for sample code and see for yourself.
Full Control of POP3 Server
Fully conforms to all the latest RFCs for POP3 allowing full control of any POP3 server.
Access Every Message Part
Integrates with included Message object to parse downloaded messages and expose every message part including, all header fields, text, HTML, XML and other body parts, every recipient, every attachment, every MIME part, and more. Checkout the Message object for more information.
APOP Authentication
APOP authentication using RSA MD5.
Supports Header-Only Downloads
Download a message's headers without the rest of the message to get fast access to pertinent information such as the sender, date and subject.
Scales Easily
Scales easily to multi-user systems.
Interfaces with SMTP
Interfaces with the EasyMail SMTP object for replies, forwards, etc.
SSL Connections
SSL connections (with optional SSL plug-in)
User Definable Ports
Change the port used for POP3 communications if required by your server.
Event Notifications of Operations
Events enable you to monitor the progress of the commands you issue to the server.
Easy to Understand and Use Object Model
Intuitive object hierarchy and use of collection objects makes working with POP3 much easier.
POP3 Conversation Logging
Optionally outputs entire POP3 conversation to log file for archival or debugging purposes.
Integration with Windows Event Log
Can output errors to Windows event log.
View sample code...
|