aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
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 /rcfile_l.l
parenta43b8133fd524395bf38ff7d7576dad197c11747 (diff)
downloadfetchmail-0f6b6bf411d16e063b9d37352d03887bf3055c26.tar.gz
fetchmail-0f6b6bf411d16e063b9d37352d03887bf3055c26.tar.bz2
fetchmail-0f6b6bf411d16e063b9d37352d03887bf3055c26.zip
Add RPOP support.
svn path=/trunk/; revision=94
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 1998f3b2..508c1d51 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -29,6 +29,7 @@ server { return KW_SERVER; }
proto(col)? { return KW_PROTOCOL; }
user(name)? { return KW_USERNAME; }
pass(word)? { return KW_PASSWORD; }
+rpopid { return KW_RPOPID; }
remote(folder)? { return KW_REMOTEFOLDER; }
local(folder)? { return KW_LOCALFOLDER; }
smtp(host)? { return KW_SMTPHOST; }