Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the on-line documentation for the "fossil smtpd" command. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
032e80b55e68758766f013850b3cdc37 |
User & Date: | drh 2018-07-17 16:59:20.710 |
Context
2018-07-17
| ||
17:14 | Only show the SMTP transcript button if the transcript actually exists. ... (check-in: 0a6898b0 user: drh tags: trunk) | |
16:59 | Fix a typo in the on-line documentation for the "fossil smtpd" command. ... (check-in: 032e80b5 user: drh tags: trunk) | |
16:24 | In the webmail interface, provide the option to show the SMTP transcript when that transcript is available. ... (check-in: bb8b6037 user: drh tags: trunk) | |
Changes
Changes to src/smtp.c.
︙ | ︙ | |||
1204 1205 1206 1207 1208 1209 1210 | ** --dryrun Do not record any emails in the database ** ** --trace Print a transcript of the conversation on stderr ** for debugging and analysis ** ** --ipaddr ADDR The SMTP connection originates at ADDR. Or if ADDR ** is the name of an environment variable, the address | | | 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 | ** --dryrun Do not record any emails in the database ** ** --trace Print a transcript of the conversation on stderr ** for debugging and analysis ** ** --ipaddr ADDR The SMTP connection originates at ADDR. Or if ADDR ** is the name of an environment variable, the address ** is taken from that environment variable. */ void smtp_server(void){ char *zDbName; const char *zDomain; SmtpServer x; char z[5000]; |
︙ | ︙ |