From a0b445a903dd44b04ea114e1fb0ca48375017444 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Jan 1997 18:45:08 +0000 Subject: Support for EHLO and 8BITMIME extension. svn path=/trunk/; revision=803 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index c1913f1a..d65c9c85 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -82,6 +82,7 @@ struct hostdata /* shared among all user connections to given server */ char *canonical_name; /* DNS canonical name of server host */ #endif /* HAVE_GETHOSTBYNAME */ struct hostdata *lead_server; /* ptr to lead query for this server */ + int esmtp_options; }; struct query -- cgit v1.2.3