aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-24 19:24:02 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-24 19:24:02 +0000
commitc0221cbe360b83eac652d474c6c72a1eb3016268 (patch)
tree7c265e03cc5e838e696d8531629914aadf694e10 /fetchmail.h
parent6006dd080700778ae0e7cefc4e56b5e800e8db1e (diff)
downloadfetchmail-c0221cbe360b83eac652d474c6c72a1eb3016268.tar.gz
fetchmail-c0221cbe360b83eac652d474c6c72a1eb3016268.tar.bz2
fetchmail-c0221cbe360b83eac652d474c6c72a1eb3016268.zip
Implemented fetchdomains.
svn path=/trunk/; revision=3373
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 947b4ba6..f171d67c 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -255,6 +255,7 @@ struct query
/* per-forwarding-target data */
struct idlist *smtphunt; /* list of SMTP hosts to try forwarding to */
+ struct idlist *domainlist; /* domainlist to fetch from */
char *smtpaddress; /* address to force in RCPT TO */
char *smtpname; /* full RCPT TO name, including domain */
struct idlist *antispam; /* list of listener's antispam response */
@@ -461,6 +462,7 @@ extern int mytimeout;
int interruptible_idle(int interval);
/* sink.c: forwarding */
+int smtp_open(struct query *);
int stuffline(struct query *, char *);
int open_sink(struct query*, struct msgblk *, int*, int*);
void release_sink(struct query *);