nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, smtputf8, updat


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, smtputf8, updated. 1.6-branchpoint-507-ga2c417d
Date: Fri, 23 Sep 2016 15:56:44 +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, smtputf8 has been updated
       via  a2c417d3e1641ba4ab151b7945b90f55176705b1 (commit)
      from  f3cd885b4c8e5f6caf24472111ad2fd2791871f1 (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 a2c417d3e1641ba4ab151b7945b90f55176705b1
Author: David Levine <address@hidden>
Date:   Fri Sep 23 11:55:20 2016 -0400

    Added SMTPUTF8 (RFC 6531) support:
        1) Allow 8-bit characters in addresses.
        2) Disable RFC 2047 encoding of (all) header field bodies, via
           mhbuild -headerencoding 8bit.
        3) Have post enable it in the SMTP transaction.
        4) If enabled, add the commands to the SMTP transaction
           (MAIL FROM: <address> BODY=8BITMIME SMTPUTF8).
    Some things may changed, such as the 8bit encoding algorithm name.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                                  |    3 +-
 docs/pending-release-notes                   |    2 ++
 h/mf.h                                       |    2 +-
 man/mhbuild.man                              |   28 +++++++++++------
 mts/smtp/smtp.c                              |   17 ++++++++--
 mts/smtp/smtp.h                              |    2 +-
 sbr/addrsbr.c                                |    5 +--
 sbr/mf.c                                     |   17 +++++-----
 test/fakesmtp.c                              |    6 +++-
 test/{mhl/test-rfc6532 => post/test-rfc6531} |   43 +++++++++++++++++---------
 test/send/test-sendfrom                      |    9 ++++++
 uip/mhbuild.c                                |    5 +++
 uip/mhbuildsbr.c                             |   27 +++++++++-------
 uip/post.c                                   |   29 ++++++++++++++---
 uip/send.c                                   |   11 ++++++-
 uip/sendsbr.c                                |   23 +++++++++++++-
 uip/whatnowsbr.c                             |    4 +++
 uip/whom.c                                   |    4 +++
 18 files changed, 181 insertions(+), 56 deletions(-)
 copy test/{mhl/test-rfc6532 => post/test-rfc6531} (51%)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]