diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-22 18:45:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-22 18:45:08 +0000 |
commit | a0b445a903dd44b04ea114e1fb0ca48375017444 (patch) | |
tree | 39d85c7aceab9fab55fa3ecfcb0dc382a742e83d /fetchmail.h | |
parent | c8f5b8d2f6e6e9b4e6d5192175adde1befe268fc (diff) | |
download | fetchmail-a0b445a903dd44b04ea114e1fb0ca48375017444.tar.gz fetchmail-a0b445a903dd44b04ea114e1fb0ca48375017444.tar.bz2 fetchmail-a0b445a903dd44b04ea114e1fb0ca48375017444.zip |
Support for EHLO and 8BITMIME extension.
svn path=/trunk/; revision=803
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |