Fossil

Changes On Branch smtp
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch smtp Excluding Merge-Ins

This is equivalent to a diff from ae73e4ed to 31d274d0

2018-07-11
19:55
The email-server enhancements are far from complete, but they at least compile now on non-linux systems, so it seems safe to merge the existing skeleton to trunk and continue development there where it can be more easily tested on live systems. ... (check-in: 0a201f71 user: drh tags: trunk)
19:46
Fix the socket_receive() function so that it compiles on systems that lack the MSG_DONTWAIT macro (Windows). Such systems lose non-blocking capabilities, but they work otherwise. ... (Closed-Leaf check-in: 31d274d0 user: drh tags: smtp)
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: aa80d694 user: drh tags: smtp)
15:02
Merge changes from trunk. ... (check-in: cde5b96d user: drh tags: smtp)
2018-07-07
20:14
Fix annotate_file() so that it correctly errors out if the named file does not exist in the revision. ... (check-in: ae73e4ed user: ashepilko tags: trunk)
2018-07-05
16:51
Patched cgi_set_cookie() to be a no-op when not running in HTTP(s) mode (e.g. in JSON CLI mode), since g.zTop is not set in that case. Resolves a segfault reported on the ML. ... (check-in: f488a5aa user: stephan tags: trunk)

Changes to auto.def.

Changes to src/email.c.

Changes to src/http_socket.c.

Changes to src/http_transport.c.

Changes to src/main.mk.

Changes to src/makemake.tcl.

Changes to src/setup.c.

Added src/smtp.c.

Added src/webmail.c.

Changes to win/Makefile.dmc.

Changes to win/Makefile.mingw.

Changes to win/Makefile.msc.