aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-12-20 00:53:35 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-12-20 00:53:35 +0000
commit5fe46d67a2dbb4c36a8d0180e5623c7e09c9ca09 (patch)
tree99c3f944d4bce72515e522039b3b78833f404e05 /fetchmail.h
parent992472f23eaa7a283e37808177596a7cc1796bd5 (diff)
downloadfetchmail-5fe46d67a2dbb4c36a8d0180e5623c7e09c9ca09.tar.gz
fetchmail-5fe46d67a2dbb4c36a8d0180e5623c7e09c9ca09.tar.bz2
fetchmail-5fe46d67a2dbb4c36a8d0180e5623c7e09c9ca09.zip
* SMTP/LMTP cleanup to fix these two bugs:
- switch back to SMTP after having tried LMTP hosts (multiple smtphost hosts) - switch back to LMTP after sending a bounce. The patch removes the global state variable that was the root of this problem. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4581
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 3b673865..a638df9e 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -344,6 +344,7 @@ struct query
int wehavesentauthnote; /* We've sent an authorization failure note */
int wedged; /* wedged by auth failures or timeouts? */
char *smtphost; /* actual SMTP host we connected to */
+ char smtphostmode; /* what's the actual SMTP host's wire protocol? */
int smtp_socket; /* socket descriptor for SMTP connection */
unsigned int uid; /* UID of user to deliver to */
struct idlist *skipped; /* messages skipped on the mail server */