diff options
-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: |