From: Eric Wong Date: Wed, 20 Jul 2022 09:24:11 +0000 (+0000) Subject: pop3: TOP requests do not expire messages X-Git-Tag: v1.9.0~97 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b9bc55a39b65d6da9da8bf2ad5daaaa2933ab508;hp=b9bc55a39b65d6da9da8bf2ad5daaaa2933ab508;p=public-inbox.git pop3: TOP requests do not expire messages 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. ---