sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 8173db9f7bd3cbc6c322c5b375563347393103b2
parent 5dc5846e6e86f31f3e890ccbd92d2df620755ac4
Author: Dan Callaghan <djc@djc.id.au>
Date:   Mon, 21 Apr 2025 14:34:35 +1000

release 1.3

Diffstat:
M History.txt | 16 ++++++++++++++++
M lib/sup/version.rb | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/History.txt b/History.txt
@@ -1,3 +1,19 @@
+== 1.3 / 2025-04-21
+
+* #596: If a message lacks a Date header, or the Date header is not in valid
+  RFC2822 format, the local delivery timestamp of the message will now be used
+  instead. Fixes a bug where such messages would constantly jump to the top of
+  the thread list.
+* #502: Fixed incorrect Content-Transfer-Encoding headers when sending GPG
+  signed or encrypted messages with attachments.
+* #522: Sup now uses the configured signing key when sending a message that is
+  both signed and encrypted. Previously it would ignore the configured key and
+  use the GPG default signing key.
+* #489: Attachments are now encoded if they have lines longer than 998
+  characters.
+* #602: The message/global MIME type is now recognised as an embedded message.
+* Sup is now tested on Ruby 3.4.
+
 == 1.2 / 2024-04-21
 
 * #619: Sup is now compatible with and tested on Ruby 3.2 and Ruby 3.3.
diff --git a/lib/sup/version.rb b/lib/sup/version.rb
@@ -8,5 +8,5 @@ def git_suffix
 end
 
 module Redwood
-  VERSION = "1.2#{git_suffix}"
+  VERSION = "1.3"
 end