by Hillstone Software - Product Type: Component / VC++ Class Library / Source Code
Add client side Post Office Protocol Version 3 (POP3) functionality to your C applications. HS POP3 C Source Library is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics. HS POP3 C Source Library also supports extracting binary file attachments in MIME v1.0 base64 format. HS POP3 C Source Library supports secure POP3 over TLS / SSL using two methods: POP3S (used by Gmail) and RFC 2595.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 514.23 | Source Code License, 1 Developer | Download (4.6 MB) | |
| Add to Cart | $ 1,259.87 | Source Code License, Company (Unlimited developers within the licensee company) | Download (4.6 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed, including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.

HS POP3 C Source Library Features
How It Works
First user application calls the HS POP3 initialisation function supplying pointers to callback functions in user code for memory and timer management and for reporting POP3 events to user. To receive email messages from any POP3 RFC1939 compliant server, the user application calls HsPop3GetMail function, specifying mail server name or IP address, login user name and password. HS POP3 library then resolves the server name, connects to it and receives message scan list according to RFC1939 standard. Once HS POP3 has a unique message ID from the server, it reports this message ID to user application via a callback function. The user application returns a specific value if it wants to receive this message. At this point HS POP3 will request necessary amount of memory for the message and will receive the complete message into the buffer. Once the message is received, the user code is notified with a callback passing a message structure, containing full message pointer, message length, start of text pointer, length of headers and separate parsed out header information: from field, date field, message id field and subject field. This process is repeated until all messages are received. HS POP3 library can also delete messages from server if this option is specified. HS POP3 Library incorporates the necessary state machine, transparency procedures, and server response processing required to comply to a simple and robust POP3 client implementation. Modular design makes it easy to port HS POP3 protocol module to any environment. HS POP3 internally at a lower layer interfaces to HS Sock library which provides TCP transport services. User application need not worry about Winsock - HS POP3 does all transmission, reception and event handling over socket layer.
API Summary
Publisher
Primary Category
Related Products
Related Categories