aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-28 21:25:11 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-28 21:25:11 +0000
commita53713a0f8585c6313efd0975cc896788c6ca898 (patch)
tree0d37152fe0df266bb35662709898f505f29e172e /fetchmail.h
parent6df2d8474695b9d1fd5c477c8c43f3cd0e038fe4 (diff)
downloadfetchmail-a53713a0f8585c6313efd0975cc896788c6ca898.tar.gz
fetchmail-a53713a0f8585c6313efd0975cc896788c6ca898.tar.bz2
fetchmail-a53713a0f8585c6313efd0975cc896788c6ca898.zip
Tolerate more than one authorization failure.
svn path=/trunk/; revision=2621
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 401db928..161d14af 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -263,6 +263,7 @@ struct query
flag active; /* should we actually poll this server? */
const char *destaddr; /* destination host for this query */
int errcount; /* count transient errors in last pass */
+ int authfailcount; /* count of authorization failures */
int wedged; /* wedged by auth failures or timeouts? */
char *smtphost; /* actual SMTP host we connected to */
int smtp_socket; /* socket descriptor for SMTP connection */