ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/RequestHelp/src/quickmail/README
Revision: 1005
Committed: Sat Jun 14 23:10:57 2014 UTC (11 years, 4 months ago) by alloc
File size: 647 byte(s)
Log Message:
RequestHelp initial commit

File Contents

# Content
1 Project name:
2 libquickmail
3 URL:
4 http://sourceforge.net/projects/libquickmail/
5 Project discription:
6 C library intended to give C/C++ developers a quick and easy way
7 to send e-mail from their applications.
8 For the actual SMTP communication this library depends on libcurl.
9 There is also a light version available without libcurl dependancy.
10 The library can also be used to just create a multipart MIME
11 message body.
12 Features:
13 - multiple To/Cc/Bcc recipients
14 - multiple attachments without size limitation
15 - multiple bodies in alternative formats (e.g: text + HTML)
16 - SMTP authentication
17 - TLS encryption (via libcurl)