Weird idea continues connecting fediverse and email
What have I done?! My abomination of an idea of bridging my email and
ActivityPub progresses. If you see this message, something is working!
Comments replies are welcome as it's a good test of this system :)
People keep saying ActivityPub is a lot like email. If it's so similar
to email, could I use my email client to interact with the fediverse?
Previously I did this by writing a SMTP interface to the Mastodon HTTP
API. That worked. But as we probably know, the fediverse is not
Mastodon; it's really ActivityPub. The real deal would be working
with ActivityPub directly, not the Mastodon HTTP API.
And that's now (mostly?) working! In shonky diagram form, sending
looks like this:
There's still a lot of bugs (of course) and unimplemented bits (of
course). I can't call this a proper fediverse service yet. I'm going
to roll with this for a bit and see how it holds up.
This is interesting, but have you considered porting to Usenet? It's basically a shared inbox thats whole intent is threaded conversation. Sound familiar?
This is interesting, but have you considered porting to Usenet?
Yes that's on the list! Now that I have a whole bunch of RFC822 files,
(in Maildirs) I can also serve them over read-only NNTP. This was the
original goal actually - I like the idea of using the simpler protocol
NNTP over IMAP to read stuff.