sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-08 05:21:37 +00:00
parent ec769495ab
commit f5034afcba
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3108 changed files with 91999 additions and 80269 deletions

View file

@ -1,9 +1,9 @@
64bit time_t + Test for rfc2047 token decoding logic for base64 encodings
64bit time_t
Index: tests/test-mime.c
--- tests/test-mime.c.orig
+++ tests/test-mime.c
@@ -377,7 +377,7 @@ test_date_parser (void)
@@ -381,7 +381,7 @@ test_date_parser (void)
tz_offset *= sign;
if (time != dates[i].date)
@ -12,13 +12,3 @@ Index: tests/test-mime.c
if (tz_offset != dates[i].tzone)
throw (exception_new ("timezones do not match"));
@@ -408,6 +408,9 @@ static struct {
"blah:\tI am broken",
"blah:\tI am broken" },
#endif
+ { "=?UTF-8?B?SGVsbG8=?= =?UTF-8?B?IHdvcmxk?=",
+ "Hello world",
+ "Hello world" },
{ "=?iso-8859-1?Q?Copy_of_Rapport_fra_Norges_R=E5fisklag=2Edoc?=",
"Copy of Rapport fra Norges R\xc3\xa5" "fisklag.doc",
"Copy of Rapport fra Norges =?iso-8859-1?q?R=E5fisklag=2Edoc?=" },