Roker
|
d718a31ead
|
add operator<< to make error output more readable.
|
2 years ago |
Roker
|
df343917c4
|
start branch MIME-10 "change algorithm for message->longmsg_formatted"
|
2 years ago |
Roker
|
5639f12b2b
|
merge MIME-11 into default branch.
|
2 years ago |
Roker
|
54576b0e17
|
close branch before merge
|
2 years ago |
Roker
|
d06fa5b992
|
add test for messages with DelSp parameter.
|
2 years ago |
Roker
|
169b6ebcf0
|
make longmsg_mimetype() a separate function, which is used also in pEpMIME.cc
|
2 years ago |
Roker
|
4371386519
|
add format=... and delsp=... to "mimetype" of the msg->longmsg
|
2 years ago |
Roker
|
0543dfeab3
|
ausgelagert.
|
2 years ago |
Roker
|
1c429378cf
|
constants uses Capital_Letters
|
2 years ago |
Roker
|
c22de85706
|
make add_header_parser() available to other translation units.
|
2 years ago |
Roker
|
ad91a0f2b6
|
okay, proper indentation.
|
2 years ago |
Roker
|
080bee729e
|
skip over pseudo headers in MIME text generation.
|
2 years ago |
Roker
|
d611b7ff34
|
add constants for ":pEp:MIME:longmsg:format" and ":pEp:MIME::longmsg:delsp" pseudo headers
|
2 years ago |
Roker
|
a5600427f2
|
start branch MIME-11 "Implement support for format-flowed (add delsp=yes) in pEpMIME, essential for Thunderbird due to its default"
|
2 years ago |
Roker
|
3c3c3b54dc
|
merge double head.
|
2 years ago |
Roker
|
b45274c0c1
|
dirrrrrrty iconv hack, to support 'char*' and 'const char*' for 2nd parameter of iconv(), depending on iconv implementation. *sigh*
|
2 years ago |
Thomas
|
6fb2a8410f
|
Use libiconv from Nuget for Windows build.
Explicitly declare const char* because of MSVC.
|
2 years ago |
Roker
|
7f1bff7ebf
|
merge "MIME-6_2nd_try" into "default" branch.
|
2 years ago |
Roker
|
18c67689d9
|
merge double head...
|
2 years ago |
Roker
|
49268b85c8
|
add u8 prefix to string literal, so MSVC uses the desired UTF-8 encoding. Might be a problem with C++20, someday...
|
2 years ago |
Jorg Knobloch
|
4432f0f654
|
Merge "build-windows" into "MIME-6_2nd_try"
|
2 years ago |
Roker
|
4730e56328
|
re-enable some more log output
|
2 years ago |
Jorg Knobloch
|
ee41010c63
|
merge "default" into this branch.
|
2 years ago |
Roker
|
b40517ffeb
|
merge "default" into my branch again.
|
2 years ago |
Roker
|
a17439218a
|
okay, 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.
|
2 years ago |
Roker
|
f132a10d1a
|
remove unused code.
|
2 years ago |
Jorg Knobloch
|
656712987f
|
merge "default" into this branch.
|
2 years ago |
Roker
|
48c2e96c73
|
move the remaining parser rules into the class.
|
2 years ago |
Roker
|
788d517275
|
merge 'default' into 'MIME-6_2nd_try'
|
2 years ago |
Roker
|
10e765a9b9
|
fix MimeTest.Nested! \o/
|
2 years ago |
Roker
|
a1093eb16d
|
merge "default" into this branch.
|
2 years ago |
Roker
|
77727c813d
|
merge "default" into this branch.
|
2 years ago |
Roker
|
312a8d1eaa
|
add #include <pEp/platform.h> for timegm(). Thanks to Jörg Knobloch. :-)
|
2 years ago |
Roker
|
89002dc075
|
merge "default" into this branch.
|
2 years ago |
Roker
|
d06ec119d6
|
merge "default" into this branch.
|
2 years ago |
Roker
|
b5633c321a
|
libpEpAdapter is not needed. Sorry, my fault.
|
2 years ago |
Roker
|
c55405fdfa
|
add URL for windows
|
2 years ago |
Roker
|
3aaed9d6a6
|
merge 'default' into my branch again.
|
2 years ago |
Roker
|
548094fa25
|
add libiconv, libpEpAdapter and pEpEngien to the requirements
|
2 years ago |
Roker
|
98d35239b1
|
change NBSP (U+00A0) into ordinary space
(transplanted from 0f5ae54102 )
|
2 years ago |
Roker
|
a030129f89
|
merge 'default' into 'build-windows' to get changes of README.md
|
2 years ago |
Roker
|
f2240edba8
|
merge double head in this branch. Sorry...
|
2 years ago |
Roker
|
e415d2e7e9
|
merge last working revision of 'MIME-6_2nd_try' into 'build-windows'
|
2 years ago |
Roker
|
91bd2dc764
|
change NBSP (U+00A0) into ordinary space
|
2 years ago |
Roker
|
3ff67d4591
|
merge 'default' into my branch.
|
2 years ago |
Roker
|
5ff0c4bd99
|
add requirements (Boost & GoogleTest) to the README.md
|
2 years ago |
Thomas
|
641c7fa81e
|
Update target platform
|
2 years ago |
Roker
|
d5069b8fdf
|
move rules into BasicRules struct: ctext, ccontent, comment, cfws, ocfws. BREAK TESTS!!!
|
2 years ago |
Roker
|
0abf2c6270
|
move rules into BasicRules struct: encoded_word
|
2 years ago |
Thomas
|
f7fcd9de6b
|
Merge with MIME-6_2nd_try
|
2 years ago |