Files
M5Stack_MicroPython/MicroPython_BUILD/components/quickmail
Boris Lovosevic c0c3840ca3 Updated Display module, M5Stack display support added
Updated microWebServer frozen module, WebSockets support added
Updated uftpserver frozen module
Some missing licensing information added
Other small changes and improvements
2018-01-28 16:24:07 +01:00
..
2018-01-03 14:18:06 +01:00
2018-01-03 14:18:06 +01:00
2018-01-03 14:18:06 +01:00

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