Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Baseline implementation of the "smtp" command. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | smtp |
Files: | files | file ages | folders |
SHA3-256: | be55fc60c07438490f94d9b56dd9204e |
User & Date: | drh 2018-06-29 03:12:23 |
Context
2018-06-29
| ||
03:29 | Add features to make it easier to test and debug the "fossil smtp" command from the command-line using stdin and stdout. check-in: 8643602d user: drh tags: smtp | |
03:12 | Baseline implementation of the "smtp" command. check-in: be55fc60 user: drh tags: smtp | |
2018-06-28
| ||
21:38 | Add the smtp_send_msg() function capable of encoding and sending a complete email message. check-in: 03888604 user: drh tags: smtp | |
Changes
Changes to src/main.c.
Changes to src/smtp.c.