aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-10 18:14:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-10 18:14:56 +0000
commite36c1a81e06e59855817f79d9b430763acc4d87a (patch)
tree66a43ab844419b9bd6ff4b7827d1c14b17084e15 /smtp.h
parent68bf9602059968fea6bfa657fe3ff4410ad8f85f (diff)
downloadfetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.gz
fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.bz2
fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.zip
Added RFC1985 ETRN support.
svn path=/trunk/; revision=861
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtp.h b/smtp.h
index 53b5c5c0..44d47b4e 100644
--- a/smtp.h
+++ b/smtp.h
@@ -17,6 +17,7 @@
/* ESMTP extension option masks (not all options are listed here) */
#define ESMTP_8BITMIME 0x01
#define ESMTP_SIZE 0x02
+#define ESMTP_ETRN 0x04
int SMTP_helo(FILE *sockfp,char *host);
int SMTP_ehlo(FILE *sockfp,char *host,int *opt);