]> Sergey Matveev's repositories - public-inbox.git/commit
pop3: remove untouched rows on QUIT/disconnect
authorEric Wong <e@80x24.org>
Wed, 10 Aug 2022 06:00:53 +0000 (06:00 +0000)
committerEric Wong <e@80x24.org>
Wed, 10 Aug 2022 15:56:08 +0000 (15:56 +0000)
commitcab36ebd00ca72f87ff3a233ccec77aef948c926
tree5b9c6a4f1a3659995410ad97b5205cf3fd680a6b
parent416ed12a0ba4259da15c43a34af17023e440a1bd
pop3: remove untouched rows on QUIT/disconnect

Some POP3 clients may connect and never retrieve messages nor
trigger deletes.  In that case, save some storage by removing
unused rows from the `deletes' and `users' tables.
lib/PublicInbox/POP3.pm
lib/PublicInbox/POP3D.pm
t/pop3d.t