diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-10 18:14:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-10 18:14:56 +0000 |
commit | e36c1a81e06e59855817f79d9b430763acc4d87a (patch) | |
tree | 66a43ab844419b9bd6ff4b7827d1c14b17084e15 /smtp.c | |
parent | 68bf9602059968fea6bfa657fe3ff4410ad8f85f (diff) | |
download | fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.gz fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.bz2 fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.zip |
Added RFC1985 ETRN support.
svn path=/trunk/; revision=861
Diffstat (limited to 'smtp.c')
-rw-r--r-- | smtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ static struct opt extensions[] = { {"8BITMIME", ESMTP_8BITMIME}, {"SIZE", ESMTP_SIZE}, + {"ETRN", ESMTP_ETRN}, {(char *)NULL, 0}, }; |