Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/setup.c version f74ed82705
|
2018-07-12
| ||
| 13:15 | Get the smtp_mx_host() routine working on Windows in addition to Linux. check-in: 9a6c6c2cda user: drh tags: trunk | |
| 13:13 | Fix a compiler warning on the mac build. Closed-Leaf check-in: b6b5048a1b user: drh tags: smtp-win | |
| 13:09 | Get this branch working with mingw and on Mac check-in: f55c0fdc30 user: drh tags: smtp-win | |
| 09:39 | Get DNS lookup for mail hosts working on Windows. check-in: fe29fe7d24 user: tsbg tags: smtp-win | |
| 06:46 | Make sure -ldl is appended after -lcrypto; Fixes link errors with static build. check-in: efbc319c32 user: ashepilko tags: trunk | |
|
2018-07-11
| ||
| 20:37 | Rename the /msgtoadmin page to /contact_admin. Improvements to the setup pages for notifications. check-in: 9830d7cbed user: drh tags: trunk | |
| 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: 0a201f7159 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: 31d274d02e 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: aa80d6941e user: drh tags: smtp | |