From a016460027f89e7c81106a0560d1d495f727c182 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Mar 2002 19:59:59 +0000 Subject: Expose the ESMTP name and password options. svn path=/trunk/; revision=3596 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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; -- cgit v1.2.3