]> Sergey Matveev's repositories - public-inbox.git/commit
ds: support greeting protocols
authorEric Wong <e@80x24.org>
Sat, 23 Jul 2022 04:41:48 +0000 (04:41 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Jul 2022 14:22:29 +0000 (14:22 +0000)
commitb5371f1053676a4a551140739582070df773dc9c
tree7276ab3b42205a2454774adb6446bcd20473a590
parent806b83f28401901daaf9170b030fca6fd2fd930e
ds: support greeting protocols

We can share some common code between IMAP, NNTP, and POP3
without too much trouble, so cut down our LoC.
lib/PublicInbox/DS.pm
lib/PublicInbox/IMAP.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/POP3.pm