]> Sergey Matveev's repositories - public-inbox.git/commitdiff
pop3: TOP requests do not expire messages
authorEric Wong <e@80x24.org>
Wed, 20 Jul 2022 09:24:11 +0000 (09:24 +0000)
committerEric Wong <e@80x24.org>
Wed, 20 Jul 2022 16:52:11 +0000 (16:52 +0000)
RFC 2449 only documents "EXPIRE 0" behavior for RETR requests
which fetch the whole message.  TOP requests only fetch
the headers and top $N lines of the body, so it's probably
harmful for deletions to be triggered in those cases.


No differences found