[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-600-g641e461 |
Date: |
Thu, 6 Oct 2016 13:17:29 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 641e461b10b6fd320ed6a13ec4075754d29bbb0b (commit)
from 9fc84ef71655096d563cf9190ce3e127f638c6d9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 641e461b10b6fd320ed6a13ec4075754d29bbb0b
Author: David Levine <address@hidden>
Date: Thu Oct 6 09:11:45 2016 -0400
Enable SMTP 8BITMIME for messages with 8-bit content:
1) In post, look for a Content-Transfer-Encoding header. It has to
be the header for the message, not any MIME parts. If found,
post trusts that it's correct. If there isn't one, post scans
the entire message body for any 8-bit bytes.
2) If the message body is 8-bit:
If the server supports 8BITMIME, enable it.
If the server doesn't support 8BITMIME, fail with a message to
user that they need to encode the message for 7-bit transport.
-----------------------------------------------------------------------
Summary of changes:
docs/pending-release-notes | 3 ++
mts/smtp/smtp.c | 38 ++++++++++------
mts/smtp/smtp.h | 2 +-
test/mhmail/test-mhmail | 4 +-
test/post/test-post-basic | 103 +++++++++++++++++++++++++++++++++++++++++++-
uip/post.c | 71 +++++++++++++++++++++++++++---
6 files changed, 197 insertions(+), 24 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-600-g641e461,
David Levine <=