From 60b67de2ba4be4d2bfeeeea685869e9a5a7363c0 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 31 May 2014 21:37:10 -0600 Subject: * new version 2.19.9991 * S/MIME Alpine would compute incorrectly the signature of a message that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is enabled, the message contains 8bit characters and the smtp server supports 8bit sending. * Crash while redrawing S/MIME configuration screen when importing a certificate * When forwarding a message before opening it, the message might not be found. The problem is in the forward_body function, where the section of the body is not correctly set in all instances. * When forwarding a signed message Alpine might forward the message as a multipart message, instead of just selecting the body of the message. Change to forward the signed part only. This aligns Alpine with what it does when it replies to a similar message. --- pith/pine.hlp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pith/pine.hlp') diff --git a/pith/pine.hlp b/pith/pine.hlp index 91762910..90be0132 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 63 2014-05-17 18:18:38 +Alpine Commit 64 2014-05-31 21:36:57 ============= h_news ================= @@ -202,6 +202,9 @@ Additions include: container with default names PublicContainer, PrivateContainer and CAContainer, as appropriate for these files, unless the user has provided some other names. +
  • S/MIME: Forwarding a message will include the signed part as part + of the text and not as a multipart message, just as the reply + command does.
  • Add support to selective expunge through a subcommand of the select-apply commands. Read more in the help for the expunge command. @@ -283,6 +286,10 @@ Bugs that have been addressed include:
  • S/MIME: Forwarding a signed message might make the body contain mime information that is not part of the body, and hence making the body of the message seem wrong. +
  • S/MIME Alpine would compute incorrectly the signature of a message + that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is + enabled, the message contains 8bit characters and the smtp server + supports 8bit sending.
  • Crash when tcp connection to NNTP server was lost after connection had been established, but lost immediately afterwards.
  • Crash with message "lock when already locked", when painting -- cgit v1.2.3-54-g00ecf