diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 01:43:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 01:43:25 +0000 |
commit | 32e5987510b23d25f2227feb90869eb55ba93753 (patch) | |
tree | a9a409d7df75aff44ea7916be5b9ef91adf2fbbc /fetchmail.man | |
parent | 2e0d9bcd45cb57b86ed2738290b05307116f2101 (diff) | |
download | fetchmail-32e5987510b23d25f2227feb90869eb55ba93753.tar.gz fetchmail-32e5987510b23d25f2227feb90869eb55ba93753.tar.bz2 fetchmail-32e5987510b23d25f2227feb90869eb55ba93753.zip |
POP2 now goes through the generic driver.
svn path=/trunk/; revision=128
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fetchmail.man b/fetchmail.man index 339e0bf6..70a85220 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -579,11 +579,6 @@ Running more than one concurrent instance of .I fetchmail on the same mailbox may cause messages to be lost or remain unfetched. .PP -When using POP2, the --smtphost option doesn't work, and mail headers -are not rewritten to enable replies as described under --norewrite. -This isn't a protocol problem, it's because the developer couldn't -find a POP2 server to test the necessary code reorganization with. -.PP The --remotefolder option doesn't work with POP3, the protocol won't support it. .PP |