diff options
Diffstat (limited to 'txt/plan.7')
-rw-r--r-- | txt/plan.7 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/txt/plan.7 b/txt/plan.7 new file mode 100644 index 00000000..5fb8eec1 --- /dev/null +++ b/txt/plan.7 @@ -0,0 +1,45 @@ +.Dd November 26, 2020 +.Dt PLAN 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm plan +.Nd possible future projects +. +.Sh DESCRIPTION +. +.Ss bubger -- mostly works +.Bl -bullet -compact +.It +IMAP mailbox (mailing list) archive generator +.It +export HTML/Atom/mboxrd fragments by UID +.It +assemble fragments into threads using IMAP THREAD +.El +. +.Ss sbubby +.Bl -bullet -compact +.It +mailing list subscription manager for FastMail +.It +process messages from IMAP mailbox +.It +add/remove addresses from CardDAV address book +.It +send confirmations with SMTP +.It +it seems I can't be bothered +implementing all the parts of this +.El +. +.Ss getaddrinfo with SRV +wrap +.Xr getaddrinfo 3 +with +.Xr res_query 3 +SRV lookup +. +.Ss code reuse +discover some method of sharing code +that isn't awful |