diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-03-10 19:59:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-03-10 19:59:59 +0000 |
commit | a016460027f89e7c81106a0560d1d495f727c182 (patch) | |
tree | 0daf10c7b95f73d7ed3f3330f11f35a00cc96c78 /fetchmail.h | |
parent | 7c33daaf6fd2bd4342903ad5ce025b5ab6bc89bd (diff) | |
download | fetchmail-a016460027f89e7c81106a0560d1d495f727c182.tar.gz fetchmail-a016460027f89e7c81106a0560d1d495f727c182.tar.bz2 fetchmail-a016460027f89e7c81106a0560d1d495f727c182.zip |
Expose the ESMTP name and password options.
svn path=/trunk/; revision=3596
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 0beccbc3..bacad070 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -220,7 +220,7 @@ struct hostdata /* shared among all user connections to given server */ #endif /* SDPS_ENABLE */ flag checkalias; /* resolve aliases by comparing IPs? */ char *principal; /* Kerberos principal for mail service */ - + char *esmtp_name, *esmtp_password; /* ESMTP AUTH information */ #if defined(linux) || defined(__FreeBSD__) char *interface; |