Commit graph

705 commits

Author SHA1 Message Date
65e0e3154e Implement quoted-printable conversion. 2023-04-11 14:17:37 +02:00
418468f46e Convert subject to list. 2023-04-11 14:07:21 +02:00
947e1c8771 Prepare infrastructure for qp subject. 2023-04-11 14:03:40 +02:00
934bbb9cf6 Document new dictionary equality predicate. 2023-04-11 14:02:02 +02:00
b2da67e4e0 Fix and run string tests. 2023-04-11 14:00:28 +02:00
cf2913fdea Fix member record tests. 2023-04-11 13:58:59 +02:00
575c1cdb3d Implement set equality. 2023-04-11 13:49:28 +02:00
30664d10f8 Finish splitting out member-format. 2023-04-11 13:28:07 +02:00
9f98bcb17d Add brmember-format module. 2023-04-11 13:26:38 +02:00
dd7d43fda4 Document mailto override. 2023-04-11 09:40:38 +02:00
33d2bf9088 Mailto override. 2023-04-11 09:39:07 +02:00
3c9a3fe856 Different test domain and list sending. 2023-04-11 09:26:56 +02:00
fd5ef664d8 Close stdin. 2023-04-11 09:16:17 +02:00
6fb6528919 Argument passing. 2023-04-11 09:15:14 +02:00
cb798ca799 Fix argv0 2023-04-11 09:13:59 +02:00
e772720fd9 Fix sendmail. 2023-04-11 09:13:28 +02:00
2bdb51aa6c Try sending. 2023-04-11 09:12:16 +02:00
bb416724db Prepare sending infrastructure. 2023-04-11 09:10:04 +02:00
97e31d5a81 Document format module. 2023-04-11 09:06:45 +02:00
f2389c963d Nicely formatted email body. 2023-04-11 09:03:40 +02:00
ac967be970 Add simple formatting module. 2023-04-11 08:55:18 +02:00
4b3ef75515 Basic reminder fill-in. 2023-04-10 22:16:19 +02:00
cfd0e379a1 Start formatting email. 2023-04-10 22:04:42 +02:00
8a89fc3ad6 Output email with address, nick and id. 2023-04-10 21:59:14 +02:00
f4cb441835 Add some reminder content. 2023-04-10 21:53:13 +02:00
37522b2c44 Make and print reminders. 2023-04-10 21:50:29 +02:00
3351f62e88 Link reminders module. 2023-04-10 21:46:49 +02:00
da82efa356 Create reminders module skeleton. 2023-04-10 21:41:50 +02:00
6a086d7ec1 Document mail module. 2023-04-10 21:35:19 +02:00
167dc90a65 Link new mail utility. 2023-04-10 21:00:33 +02:00
5a406460a2 Start work on email sending module. 2023-04-10 20:55:05 +02:00
04551f8877 Document process-send/recv. 2023-04-10 20:51:09 +02:00
8372cfdfb7 Implement process I/O helper. 2023-04-10 20:49:18 +02:00
5a44e85960 Remove the documentation of deprecated dictionary implementation. 2023-04-10 20:27:42 +02:00
89e66e8f79 Procedure utilities documentation. 2023-04-10 20:26:38 +02:00
edb6f14a9d Use argument names procedure. 2023-04-10 20:19:09 +02:00
c2c19c2d6a Use number of procedure arguments function from util-proc in command-line. 2023-04-10 20:16:21 +02:00
147afa3ab4 Add util-proc with basic arity predicates. 2023-04-10 20:09:54 +02:00
c0cfa0721f Implement and document predicates for ldict and lset. 2023-04-09 22:03:30 +02:00
0d649c2fd0 Finish the migration. 2023-04-09 20:39:59 +02:00
ced789ca06 Work on migrating to the new dictionary implementation. 2023-04-09 20:36:49 +02:00
42466416cd Fix dictionary tests and some bugs. 2023-04-09 20:24:10 +02:00
a9921675ba Remove unused functional update procedure. 2023-04-09 20:07:45 +02:00
6a35b94f34 Reimplement and document ldict-reduce. 2023-04-09 20:06:02 +02:00
90fa195dc5 Reimplement and document ldict-filter. 2023-04-09 20:00:17 +02:00
bd7421b626 Implement and document new ldict-map. 2023-04-09 19:55:22 +02:00
5533a3256e Update ldict-keys. 2023-04-09 19:47:17 +02:00
ac1c5d28c6 Implement new ldict-set procedure. 2023-04-09 19:45:40 +02:00
a80b216bbc Implement ldict-remove procedure. 2023-04-09 19:40:10 +02:00
1df2792838 Implement ldict-ref. 2023-04-09 19:34:27 +02:00