kc3-lang/smtp

Branch :


Log

Author Commit Date CI Message
4f0c3c72 2018-06-01 16:09:37 Add an implementation of the POSIX mailx utility as an example of using the library. It only implements the mailx utility in send mode. It also has additional option arguments which allows the caller to specify the connection security, authentication mechanism, server parameters, and optional flags corresponding to the SMTP library parameters.
e46b1980 2018-06-01 16:08:58 Add an SMTP client C library which consists of a header file and a C file. These two files can get included and compiled directly into another program which will allow that program to send emails to an SMTP email server.
c928a09a 2018-06-01 16:07:19 Add the CC0 COPYING file which dedicates this project to the public domain.
45342087 2018-05-30 01:37:27 initial empty check-in