aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-20 22:49:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-20 22:49:45 +0000
commit296fc7f92732fe2ef1a4787591f458b6065f6c15 (patch)
tree7ebbc7f2da34d885c3c2f37c54c26ff108b71ae5 /fetchmail.h
parent3162ca707f5aca13d341289b28cd65e80a5696bb (diff)
downloadfetchmail-296fc7f92732fe2ef1a4787591f458b6065f6c15.tar.gz
fetchmail-296fc7f92732fe2ef1a4787591f458b6065f6c15.tar.bz2
fetchmail-296fc7f92732fe2ef1a4787591f458b6065f6c15.zip
RPOP support is back.
svn path=/trunk/; revision=791
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 4294bf36..c1913f1a 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -8,6 +8,7 @@
#define P_POP3 3
#define P_IMAP 4
#define P_APOP 5
+#define P_RPOP 6
#define KPOP_PORT 1109