aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-13 16:39:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-13 16:39:22 +0000
commit0f6b6bf411d16e063b9d37352d03887bf3055c26 (patch)
tree8a6ce5c483764902d737df71d986ce5838acfe32 /fetchmail.h
parenta43b8133fd524395bf38ff7d7576dad197c11747 (diff)
downloadfetchmail-0f6b6bf411d16e063b9d37352d03887bf3055c26.tar.gz
fetchmail-0f6b6bf411d16e063b9d37352d03887bf3055c26.tar.bz2
fetchmail-0f6b6bf411d16e063b9d37352d03887bf3055c26.zip
Add RPOP support.
svn path=/trunk/; revision=94
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 fa78c726..43d34868 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -54,6 +54,7 @@ struct hostrec
char localname [USERNAMELEN];
char remotename [USERNAMELEN];
char password [PASSWORDLEN];
+ char rpopid [PASSWORDLEN];
char userfolder [FOLDERLEN];
char remotefolder [FOLDERLEN];
char smtphost[HOSTLEN];