Re: POP3 adoption (was: [PATCH 1/2] doc|www: flesh out POP3 documentation for servers) and users

2023-02-06 Thread Konstantin Ryabitsev
On Mon, Feb 06, 2023 at 06:03:38AM +, Eric Wong wrote: > > +The password is: anonymous > > +The username is: \$(uuidgen)\@$ctx->{ibx}->{newsgroup} > > +where \$(uuidgen) in the output of the `uuidgen' command on your system. > > +The UUID in the username functions as a private cookie (don't

POP3 adoption (was: [PATCH 1/2] doc|www: flesh out POP3 documentation for servers) and users

2023-02-05 Thread Eric Wong
Eric Wong wrote: > +++ b/lib/PublicInbox/WwwText.pm > +The password is: anonymous > +The username is: \$(uuidgen)\@$ctx->{ibx}->{newsgroup} > +where \$(uuidgen) in the output of the `uuidgen' command on your system. > +The UUID in the username functions as a private cookie (don't share it). >