HS SMTP C Source Library

download buy now home page
developer:Hillstone Software
license:Demo
version:2.0.11
size in Kb:1,023
price:$479
 
platform: Windows XP, Windows Vista, Linux, FALSE
downloads:0
our rating: n/a
popularity:
76/724757
link error:Report
HS SMTP C Source Library

Rate me





Description:   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

From version 1.1, HS SMTP supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list.

From version 1.2 HS SMTP supports sending binary file attachments using MIME version 1.0 base64 encoding

From version 2.0.0 HS SMTP supports secure SMTP over TLS / SSL (RFC 3207)

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
-Sending MIME base64 binary file attachments
-ESMTP Authentication
-Secure SMTP over TLS (RFC 3207)

* This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit


More Downloads Related to HS SMTP C Source Library

Email - Smtp - Mime - Base64 - Smtp Component - Rfc821 - Secure Smtp - Smtp Over Tls - Smtp Ssl - Smtp Library - Smtp C - Smtp C++ - Smtp C Library - Smtp Linux

SMTP/POP3 Email Engine for Xbase++ MarshallSoft SMTP/POP3 email component Xbase++ library (SEE4XB) 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. Features of SEE4XB include: Send email with inline HTML, ...

skinmagic toolkit for visual c++ source code SkinMagic is a powerful library that changes the visual appearance of windows or dialogs, providing developers with full-featured support for 'application skins', or 'application look and feel'. SkinMagic makes it easy to create programs with visually stunning, fully interactive user interfaces. With SkinMagic you could ...

Jindent Code Formatter for Java/C/C++ Jindent is a powerful source code formatter for Java, C and C++. A program like Jindent is also referred to as a Java formatter, C++ formatter, pretty printer, code beautifier or indent tool. Jindent empowers you to transform any foreign Java/C/C++ source code to meet your ...

HS SMTP 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 From version 1.1, ...

HsVoipSDK HsVoipSDK is an audio streaming / voice over IP SDK in C / C++. HsVoipSDK is shipped with full C source code and includes the following components: HsSound C source library: Audio library for Windows HsRtp C source library: RTP protocol library HsSock C source ...

HS COM C Source Code Library HS COM is a serial communication library implemented in C language. HS COM runs on Windows and interfaces to Win32 serial communication API. HS COM allows applications communicate with any device presented in the OS as a COM port. The physical interface may in be ...

HsAudio C Source Library HsAudio C Source Library is an audio software library implemented in C language. HsAudio offers user applications a convenient API interface to the audio and sound functionality on Microsoft Windows, Apple MAC OS X and iPhone iOS. HsAudio can be used in implementing audio / ...

HS X.25 and RFC1613 XOT C Source Library 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 connected to public data networks by dedicated ...

HS FTP Library HS FTP is a C/C++ 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 and send ...

HS MSG C C++ Messaging Library HS MSG is a C/C++ messaging library (message oriented middleware) for communication between threads of the same process and between different processes on the same or on different computers. HS MSG C/C++ messaging SDK runs on Windows, Linux, MAC OSX, iPhone iOS. HS MSG is ...

Windows 8 Manager Windows 8 Manager is an all-in-one utility for Microsoft Windows 8 specially, it includes over thirty different utilities to optimize, tweak, clean up and fix your Windows 8, helps you make your system perform faster, eliminate system fault, increase stability and security, and personalize your ...

TVSoft Welcome to TVSoft. From now on, you can watch hundreds of satellite channels directly on your computer. The service is free and will stay free! The supported languages are: French, English, Spanish, Italian & German. Enjoy!


More Downloads from HS SMTP C Source Library publisher Hillstone Software

HsTcp2Com HsTcp2Com is a communications application for Windows which allows to forward / bridge data between serial ports (RS232, bluetooth, IrDA, USB) represented as COM ports and TCP/IP connections or UDP/IP links. In the simplest scenario it is an COM...

HS Sockets C Source Library HS Sockets is a C source code library for interfacing to network socket layer. HS Sockets runs on Windows desktop OS (XP,Vista,7), Windows Mobile OS and on Linux OS. HS Sockets is supplied with full C source code and binaries for these platforms...

HS FTP Library HS FTP is a C/C++ 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...

HsVoipSDK HsVoipSDK is an audio streaming / voice over IP SDK in C / C++. HsVoipSDK is shipped with full C source code and includes the following components: HsSound C source library: Audio library for Windows HsRtp C source library: RTP...

HsCipherSDK Encryption Library HsCipherSDK is an Encryption Library providing an API to a suite of symmetric key cryptographic algorithms and one way hash digital signature algorithms. The library includes the following block and stream cipher modules: * AES (Advanced...

HS 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...

HS Download HTTP Client Library in C/C++ HS Download - HTTP client library in C/C++ for Windows and Linux HS Download is an HTTP client library and Web download SDK for Windows and Linux. HS Download is implemented in C/C++ and allows a programmer to download files from web servers...

HS TFTP 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. HOW...

Invoice Manager Invoice Manager - Invoicing Software for Small and Medium Business. Print quotations, invoices, credit notes, delivery notes. Customer, product and service database, supports barcode reader, email, PDF, letters, labels, reports. Print statements,...

HS SMTP 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...

New software

Popular software

Current software picks