c3e18bb6c5update NFC data from Unicode 13.0.0 to Unicode 14.0.0.roker2021-11-01 16:55:53 +0100
83b0defab5MIME-19: check for implausible parsing result due to mismatched line ending convention.roker2021-09-28 13:43:50 +0200
6414244e3eMIME-19: add test for non-CRLF (and non MIME-conforming) message textroker2021-09-28 13:42:22 +0200
0fd1bc22cduses new dependency builder
Andreas Buff
2021-07-21 12:36:25 +0200
92823e6367Cleans readme
Andreas Buff
2021-07-21 12:35:48 +0200
831505c390IOSAD-213 names build script (cosmetic)
Andreas Buff
2021-07-12 17:05:13 +0200
6c27c48be8Merge branch 'APPLEMAIL-59'
Andreas Buff
2021-07-09 12:26:29 +0200
2f199ec943APPLEMAIL-59 rm needless files from Xcode project
Andreas Buff
2021-07-09 09:28:49 +0200
18592c2fb3Merge branch 'master' into APPLEMAIL-59
Andreas Buff
2021-07-09 09:11:53 +0200
85bc2b34caadd design criteria of pEpMIME to README.md :-)roker2021-07-08 19:09:48 +0200
cd916e35adMerge branch 'master' into APPLEMAIL-59
Andreas Buff
2021-07-07 11:44:32 +0200
c67b8c1105MIME-16: albeit a blob with no mime_type is invalid, I shall not crash than.roker2021-07-06 18:46:21 +0200
4fbe569877also remove U+007F in header values.roker2021-07-06 18:19:39 +0200
f04bd35df9MIME-16: wrap the log output of possibly NULL strings.roker2021-07-06 18:17:35 +0200
32e02e2c8aAPPLEMAIL-59 up & running
Andreas Buff
2021-07-01 16:01:44 +0200
a265a560e5APPLEMAIL-59 nicer naming, updated readme
Andreas Buff
2021-07-01 14:23:22 +0200
6569ebabdchgignore2gitignore, adds mac build system (Xcode building fat lib working)
Andreas Buff
2021-07-01 13:21:41 +0200
2fd28dfadcMIME-15: remove NUL bytes from text bodies, control chars from header values.roker2021-04-27 17:18:18 +0200
d98265fde5be more greedy and try to parse everything that looks remotely as a MIME mail as a MIME mail. Even if it was produced by Apple Mail.Roker2021-01-15 16:13:05 +0100
4fdbd0a916ENGINE-864 : AAAAH! Who was the idiot that defined an innocent ! for negation? *sigh*Roker2021-01-08 16:18:51 +0100
5a655f8541ENGINE-864: option -fvisibility=hidden is viral, so add it here, too.Roker2021-01-07 16:06:53 +0100
426be40a93the dyn lib shall also be installed and cleaned. :-)Roker2020-12-15 12:06:39 +0100
6489c489a9change fuzz.cc, because mime_decode_message() has 4 parameters now.Roker2020-12-15 10:48:10 +0100
6af33529e1add target for dynamic library. only for MacOS, yet. UNTESTED SO FAR!Roker2020-12-14 18:43:13 +0100
e6766028f1start new branch MIME-14 "Support RFC 3798/RFC 8098 - correct encoding of pEp message opt field Disposition-Notification-To"
MIME-14
Roker2020-12-04 14:22:02 +0100
7f0647830bRemove fuzz.cc from Windows project
Thomas
2020-09-04 15:19:29 +0200
b88f6cd298update NFC data from Unicode 12.1.0 to Unicode 13.0.0. :-)Roker2020-07-06 15:35:15 +0200
9492771941merge MIME-13 into default branch.Roker2020-06-08 14:59:21 +0200
080bee729eskip over pseudo headers in MIME text generation.Roker2020-04-03 10:56:44 +0200
d611b7ff34add constants for ":pEp:MIME:longmsg:format" and ":pEp:MIME::longmsg:delsp" pseudo headersRoker2020-04-03 10:49:29 +0200
a5600427f2start branch MIME-11 "Implement support for format-flowed (add delsp=yes) in pEpMIME, essential for Thunderbird due to its default"Roker2020-04-03 10:02:01 +0200
b45274c0c1dirrrrrrty iconv hack, to support 'char*' and 'const char*' for 2nd parameter of iconv(), depending on iconv implementation. *sigh*Roker2020-03-30 13:11:21 +0200
6fb2a8410fUse libiconv from Nuget for Windows build. Explicitly declare const char* because of MSVC.
Thomas
2020-03-30 11:25:02 +0200
49268b85c8add u8 prefix to string literal, so MSVC uses the desired UTF-8 encoding. Might be a problem with C++20, someday...Roker2020-03-26 08:48:00 +0100
4432f0f654Merge "build-windows" into "MIME-6_2nd_try"
Jorg Knobloch
2020-03-25 22:43:09 +0100
4730e56328re-enable some more log outputRoker2020-03-25 17:36:20 +0100
ee41010c63merge "default" into this branch.
Jorg Knobloch
2020-03-23 16:21:48 +0100
b40517ffebmerge "default" into my branch again.Roker2020-02-27 11:12:49 +0100
a17439218aokay, according to Volker: the first "text/html" leaf in the MIME tree goes to message->longmsg_formatted, even if ought to be an attachment. Change library code & expectations in the unittest.Roker2020-02-27 11:11:24 +0100