about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-02-20 11:06:03 +0000
committerEric Wong <e@80x24.org>2023-02-20 17:21:00 +0000
commitf8cfe495cc2b89b5d20535279181fe013caf3cea (patch)
tree132338cb29fff30a3bfd157b6950c133e39a1dda
parentb0468d20f37b7987e08faad33d3115c9fb8e0559 (diff)
downloadpublic-inbox-f8cfe495cc2b89b5d20535279181fe013caf3cea.tar.gz
Maybe this can make our newish support of POP3 more
noticeable...
-rw-r--r--README14
1 files changed, 9 insertions, 5 deletions
diff --git a/README b/README
index 01089314..abe8ddc0 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ public-inbox - an "archives first" approach to mailing lists
 
 public-inbox implements the sharing of an email inbox via git to
 complement or replace traditional mailing lists.  Readers may
-read via NNTP, IMAP, Atom feeds or HTML archives.
+read via NNTP, IMAP, POP3, Atom feeds or HTML archives.
 
 public-inbox spawned around three main ideas:
 
@@ -38,7 +38,7 @@ headers.  List server admins are also burdened with delivery
 failures.
 
 public-inbox uses the "pull" model.  Casual readers may
-follow the list via NNTP, IMAP, Atom feed or HTML archives.
+follow the list via NNTP, IMAP, POP3, Atom feed or HTML archives.
 
 If a reader loses interest, they simply stop following.
 
@@ -56,7 +56,7 @@ Features
 
 * stores email in git, readers may have a complete archive of the inbox
 
-* Atom feed, IMAP, NNTP allows casual readers to follow via local tools
+* Atom feed, IMAP, NNTP, POP3 allows casual readers to follow via local tools
 
 * uses only well-documented and easy-to-implement data formats
 
@@ -64,7 +64,7 @@ Try it out now, see https://try.public-inbox.org/
 
 Requirements for reading:
 
-* any software capable of IMAP, NNTP or following Atom feeds
+* any software capable of IMAP, NNTP, POP3 or following Atom feeds
 
 Any basic web browser will do for the HTML archives.
 We primarily develop on w3m to maximize accessibility.
@@ -133,6 +133,10 @@ You may also clone all messages via git:
         git clone --mirror https://public-inbox.org/meta/
         torsocks git clone --mirror http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/
 
+POP3 access instructions are at:
+
+        https://public-inbox.org/meta/_/text/help/#pop3
+
 Anti-Spam
 ---------
 
@@ -157,7 +161,7 @@ aims to preserve the focus on content, and not presentation.
 Copyright
 ---------
 
-Copyright 2013-2021 all contributors <meta@public-inbox.org>
+Copyright all contributors <meta@public-inbox.org>
 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 This program is free software: you can redistribute it and/or modify