Apparently, an IMAP server happened at some point and somehow stays running. Maybe more users have IMAP clients than NNTP clients... --- ISSUES | 5 ++++- README | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/ISSUES b/ISSUES index d11dc56..4513ad5 100644 --- a/ISSUES +++ b/ISSUES @@ -76,15 +76,18 @@ document distributed with git) on guidelines for patch submission. * public: mailto:[email protected] * nntp://news.gmane.io/gmane.comp.lang.ruby.unicorn.general * nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn +* imaps://news.public-inbox.org/inbox.comp.lang.ruby.unicorn.0 * https://yhbt.net/unicorn-public/ * http://ou63pmih66umazou.onion/unicorn-public/ Mailing list subscription is optional, so Cc: all participants. -You can follow along via NNTP (read-only): +You can follow along via NNTP or IMAP (read-only): nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn nntp://news.gmane.io/gmane.comp.lang.ruby.unicorn.general + imaps://news.public-inbox.org/inbox.comp.lang.ruby.unicorn.0 + imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.unicorn.0 Or Atom feeds: diff --git a/README b/README index 0e95f48..35a7388 100644 --- a/README +++ b/README @@ -136,10 +136,17 @@ requests) go to the mailing list/newsgroup. See the ISSUES document for information on the {mailing list}[mailto:[email protected]]. The mailing list is archived at https://yhbt.net/unicorn-public/ + Read-only NNTP access is available at: nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn and nntp://news.gmane.io/gmane.comp.lang.ruby.unicorn.general +Read-only IMAP access is also avaialble at: +imaps://news.public-inbox.org/inbox.comp.lang.ruby.unicorn.0 and +imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.unicorn.0 +AUTH=ANONYMOUS mechanism is supported, as is any username+password +combination. + For the latest on unicorn releases, you may also finger us at [email protected] or check our NEWS page (and subscribe to our Atom feed). -- unsubscribe: one-click, see List-Unsubscribe header archive: https://yhbt.net/unicorn-public/
