diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-11 04:34:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-11 04:34:34 +0000 |
commit | 7809db568b03546750930200bc84a865fbe1991b (patch) | |
tree | 2f14110840e1f16ee1d30a28a9633828b882b27a | |
parent | 9060fa90d0486f43afdfe02294221932583ac631 (diff) | |
download | fetchmail-7809db568b03546750930200bc84a865fbe1991b.tar.gz fetchmail-7809db568b03546750930200bc84a865fbe1991b.tar.bz2 fetchmail-7809db568b03546750930200bc84a865fbe1991b.zip |
Add a comment.
svn path=/trunk/; revision=3414
-rw-r--r-- | pop3.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -714,6 +714,7 @@ static int pop3_logout(int sock, struct query *ctl) /* * Just in case the server marks messages deleted when seen. * Yes, this has been reported, in the MercuryP/NLM server. + * It's even legal under RFC 1939 (section 8) as a site policy. */ if (ctl->keep) gen_transact(sock, "RSET"); |