diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-26 15:46:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-26 15:46:37 +0000 |
commit | 99e56e3b4c7c2692ce76caa9beb552cf52816dc8 (patch) | |
tree | e0057516aee31516220b5c6d244f5f484791d25a | |
parent | 1ddaf1a4b0c05fcae0584b28b0a93c61f92bcde7 (diff) | |
download | fetchmail-99e56e3b4c7c2692ce76caa9beb552cf52816dc8.tar.gz fetchmail-99e56e3b4c7c2692ce76caa9beb552cf52816dc8.tar.bz2 fetchmail-99e56e3b4c7c2692ce76caa9beb552cf52816dc8.zip |
Teach it to do rpop.
svn path=/trunk/; revision=161
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 568002bf..d749283a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -362,6 +362,7 @@ struct hostrec *queryctl; break; case P_POP3: case P_APOP: + case P_RPOP: return(doPOP3(queryctl)); break; case P_IMAP: |