From: Dan Harkless Date: Wed, 20 Dec 2000 03:30:14 +0000 (+0000) Subject: Just changed a "can" to a "could" since I don't know if most POP3 servers are X-Git-Tag: RELEASE_1_2~183 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=22a08fd1babf7a0a5602684ea0c6c2485e15f6d9 Just changed a "can" to a "could" since I don't know if most POP3 servers are like qpopper in not allowing people with APOP activated to log in via normal POP3. --- diff --git a/man/inc.man b/man/inc.man index fe627ce..3b25931 100644 --- a/man/inc.man +++ b/man/inc.man @@ -160,7 +160,7 @@ unique string (generally of the format Rather than `USER \fIuser\fR', `PASS \fIpassword\fR', inc sends `APOP \fIuser\fR \fIdigest\fR', where digest is the MD5 hash of the unique string followed by a `secret' shared by client and server, essentially equivalent to the user's -password (though an APOP-enabled POP3 server can have separate APOP and plain +password (though an APOP-enabled POP3 server could have separate APOP and plain POP3 passwords for a single user). `\-noapop' disables APOP in cases where it'd otherwise be used.