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.
Platform
Windows 95, Windows, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
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 From version 1.1, HS SMTP LITE supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list.From version 1.2 HS SMTP LITE supports sending binary file attachments using MIME version 1.0 base64 encoding To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address, recipient address, message text buffer and length, subject, cc and an event callback function to use for reporting of operation result and server errors.HS SMTP library then resolves the server name, connects to it and transmits the message according to SMTP RFC 821 protocol. HS SMTP Library incorporates the necessary state machine, transparency procedures, and server response processing required to comply to a simple and robust SMTP client implementation.Modular design makes it easy to port HS SMTP protocol module to any environment. HS SMTP internally at a lower layer interfaces to HS Sock library which provides TCP transport services. User application need not worry about Winsock - HS SMTP does all transmission, reception and event handling over socket layer.Features -SMTP Client Operation -Server name resolution -Supports up to 5 contexts -Message Header Transfer -Message Text Transfer -Asynchonous Operation Customization: Hillstone Software provides additional services for customization, porting and integration of the library code to better suit the needs of your products API summary -HsSmtpInit -HsSmtpDestroy -HsSmtpTick -HsSmptSendMail -HsSmptAbortMail
HS SMTP 2.0.0
HS SMTP Protocol C Source Library, supports SMTP over TLS HS SMTP 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 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 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 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 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 POP3 Library 1.1
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, ...
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 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 ...
SMTP/POP3 Email Engine for C/C++ 3.7
SMTP / POP3 C++ email component library to send, receive and parse mail. MarshallSoft SMTP / POP3 C/C++ email component library (SEE4C) uses a simple API to send and receive mail, including HTML, MIME Base64 and quoted-printable encoded attachments, from within an application. Knowledge of Winsock and TCP/IP is not needed ...