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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 -- |