summaryrefslogtreecommitdiffstats
path: root/code/modules/email.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-13email: Always add a "Date" and a "Message-ID" header.Ludovic Courtès1-0/+35
* code/modules/email.scm (date->rfc822-string, compute-message-id): New procedures. (compose-message): Add #:date parameter. Set a "Date" and a "Message-ID" header on RESULT.
2020-01-27Add supporting code: (email) and (maintainers).Ludovic Courtès1-0/+190
* code/modules/email.scm, code/modules/maintainers.scm: New files.