HS POP3 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.
Platform
Windows 95, Windows, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
HS POP3 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 First user application calls HS POP3 initialisation function supplying pointers to callback functions in user code for memory amd 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 and login user name and password.HS POP3 library then resolves the server name, connects to it, receives and 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 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 complete message into the buffer. Once message is received, the user code is notified with a callback and 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.
HS FTP Client C Source Library 1.0
HS FTP Client 1.0 C Source Library (File Transfer Protocol - RFC 959) HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse ...
HS TFTP C Source Library 1.0
HS TFTP 1.0 – Trivial File Transfer (TFTP) Protocol C SOURCE LIBRARY HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. Optional ...
HS FTP Library 1.2.0
HS FTP is a software library written in C which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure ...
HS SMTP Lite 1.2
HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided ...
HS NTP C Source Library 1.2
HS Network Time Protocol (NTP) C Source Library HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system ...
HS XMODEM C Source Library 1.1
HS XMODEM Protocol C Source Library HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024 ...
Winsock Interface Library for C/C++ 3.1
Winsock Interface Library for C/C++ (April 4, 2000 V3.1)
The Winsock Interface Library simplifies winsock network communications programmingand
provides support for the most common Internet protocols such as Finger, SMTP, POP3, FTP,
NNTP, and HTTP ...
HS Crypto C Source Library 1.0
HS Crypto 1.0 Encryption C SOURCE LIBRARY HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation ...
HS X.25 C Source Library 1.0
HS X.25 C Source Library - ITU-T X.25 Protocol with XOT (X.25 over TCP/IP) HS X.25 is a software library in C (supplied with full source code) which implements ITU-T recommendation X.25 - Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and ...
Xceed Winsock Library 1.1
Xceed Winsock Library allows you to access the complete Winsock 2 networking API.The Xceed Winsock Library offers all the flexibility provided by the Winsock-2 API, including support for protocol independence, quality of service, and multicast, while ...