kc3-lang/smtp

Branch :


Log

Author Commit Date CI Message
1490e2d2 2018-06-05 14:55:19 Add test seams on some of the functions used by the SMTP library. This will allow the main testing framework to inject return values at certain points in order to test different error conditions.
65bec04b 2018-06-05 14:37:13 Read the email body from stdin.
6e06fc8f 2018-06-04 03:01:50 Add test program to check the build without OpenSSL.
703da1e4 2018-06-04 02:32:37 Add PDF file used to test sending SMTP binary attachments.
f7e0f0ae 2018-06-04 02:27:18 Add project logo.
5963fb1f 2018-06-03 17:47:15 Fixed a number of problems with the mailx example program that caused it to fail sending emails. Added the address type to the address structure. Added a required FROM address parameter. Fixed two instances of misuse of the strtok function which prevented correct string parsing. Convert the server, port, user pass, and from parameters to dynamically allocated strings. Remove default server settings and make server a required field.
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