aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-22 18:45:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-22 18:45:08 +0000
commita0b445a903dd44b04ea114e1fb0ca48375017444 (patch)
tree39d85c7aceab9fab55fa3ecfcb0dc382a742e83d /NEWS
parentc8f5b8d2f6e6e9b4e6d5192175adde1befe268fc (diff)
downloadfetchmail-a0b445a903dd44b04ea114e1fb0ca48375017444.tar.gz
fetchmail-a0b445a903dd44b04ea114e1fb0ca48375017444.tar.bz2
fetchmail-a0b445a903dd44b04ea114e1fb0ca48375017444.zip
Support for EHLO and 8BITMIME extension.
svn path=/trunk/; revision=803
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77dbc111..769d933f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
Release Notes:
------------------------------------------------------------------------------
+fetchmail-3.1 ()
+
+features --
+
+* Forwarding is now done via ESMTP where possible.
+
+* ESMTP 8BITMIME option is supported; when 8BITMIME is supported and the
+ Content-Transfer-Encoding header is 7BIT or 8BIT, it is appended to the
+ MAIL FROM command as a BODY option.
+
+bugs --
+
+* Compilation fixes for non-Linux machines.
+
+------------------------------------------------------------------------------
fetchmail-3.0 (Tue Jan 21 16:44:56 EST 1997)
features --