Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file src/http_socket.c version e83d5f3f89
2018-07-11
| ||
19:41 | Add a setup menu option for Email-Server. Try to get the build of this branch working (without DNS support) for non-linux systems. ... (check-in: aa80d6941e user: drh tags: smtp) | |
15:02 | Merge changes from trunk. ... (check-in: cde5b96deb user: drh tags: smtp) | |
2018-06-30
| ||
20:51 | Compress content in the emailblob table. ... (check-in: 98400909bc user: drh tags: smtp) | |
20:38 | First code for the /webmail page. Barely functional. ... (check-in: 8dc832e69d user: drh tags: smtp) | |
18:29 | Fixes to the "SMTP relay" alert send method. Add the --smtp-trace option to the "fossil email send" command. Expose and document the "email-send-relayhost" setting. ... (check-in: 006cc81437 user: drh tags: smtp) | |
17:27 | Add "SMTP relay" as a new method for sending alert emails. ... (check-in: b96415f047 user: drh tags: smtp) | |
16:06 | Merge fixes and improvements from trunk. ... (check-in: 4f30802a88 user: drh tags: smtp) | |
2018-06-29
| ||
22:54 | Populate the esubject column of the emailbox table based on the subject in the email header. ... (check-in: dbb1ce5ff7 user: drh tags: smtp) | |
21:37 | Lots of additional error checking on the "fossil smtpd" input. ... (check-in: cf1c84299f user: drh tags: smtp) | |
19:54 | The "fossil smtpd" command stores incoming messages in the database and routes them according to the emailroute table. ... (check-in: e4144ced8d user: drh tags: smtp) | |
15:30 | Merge recent trunk enhancements and fixes into the smtp branch. ... (check-in: 45939f5181 user: drh tags: smtp) | |
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: 8643602dae user: drh tags: smtp) | |
03:12 | Baseline implementation of the "smtp" command. ... (check-in: be55fc60c0 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: 0388860407 user: drh tags: smtp) | |