public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* nncpmail
@ 2022-01-12 22:24 John Goerzen
  2022-01-15 10:16 ` nncpmail Sergey Matveev
  0 siblings, 1 reply; 7+ messages in thread
From: John Goerzen @ 2022-01-12 22:24 UTC (permalink / raw)
  To: nncp-devel

Hi,

I stumbled across this interesting piece of software:

https://github.com/neilalexander/yggmail

This is for the Yggdrasil network I just wrote about.  It's a single Go
binary that wraps up a Yggdrasil node, SMTP server (for exchanging mail)
and IMAP server (for reading it).  It uses address of the form
publickey@yggmail.

It occurs to me we could do something similar with NNCP.  Of course,
being an asynchronous network, we can't just automatically discover
routes to every possible peer, but peering with a public relay could do
the trick there.  Then we would just need to define the conventions
around transport (eg, a "nncpmail" command that takes BSMTP on stdin or
something).

I don't have time to work on this myself, but I thought it a quite
interesting idea.

There is also an Android port:

https://github.com/deltachat/AndroidYggmail

- John

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-16 14:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 22:24 nncpmail John Goerzen
2022-01-15 10:16 ` nncpmail Sergey Matveev
2022-01-15 20:05   ` nncpmail Sergey Matveev
2022-01-16  0:23     ` nncpmail Koushik Roy
2022-01-16  1:29     ` nncpmail John Goerzen
2022-01-16  1:27   ` nncpmail John Goerzen
2022-01-16 14:59     ` nncpmail Sergey Matveev