Commit Graph

373 Commits (e9718e719daf71ac0cf74c5ff3b48475ba5ebd24)
 

Author SHA1 Message Date
Roker f2240edba8 merge double head in this branch. Sorry... 3 years ago
Roker e415d2e7e9 merge last working revision of 'MIME-6_2nd_try' into 'build-windows' 3 years ago
Roker 91bd2dc764 change NBSP (U+00A0) into ordinary space 3 years ago
Roker 3ff67d4591 merge 'default' into my branch. 3 years ago
Roker 5ff0c4bd99 add requirements (Boost & GoogleTest) to the README.md 3 years ago
Thomas 641c7fa81e Update target platform 3 years ago
Roker d5069b8fdf move rules into BasicRules struct: ctext, ccontent, comment, cfws, ocfws. BREAK TESTS!!! 3 years ago
Roker 0abf2c6270 move rules into BasicRules struct: encoded_word 3 years ago
Thomas f7fcd9de6b Merge with MIME-6_2nd_try 3 years ago
Roker 415eaf0551 move rules into BasicRules struct: atetxt, atom, atom_nows, dot_atom_text, encoded_words. 3 years ago
Roker cf63b882cc move rules into BasicRules struct: apsecials, qtext, qcontent, quoted_string. 3 years ago
Roker a21ac59658 move rules into BasicRules struct: word, phrase, unstructured. 3 years ago
Roker 3003b3560c merge MIME-8-debug into MIME-6_2nd_try 4 years ago
Thomas eff9c45c85 Merge with MIME-8-debug 4 years ago
Roker e155fae2f2 add #ifdef to enable ugly workaround only for WIN32. 4 years ago
Thomas 3146e4b6a0 Merge with MIME-8-debug 4 years ago
Roker 8efb85fed1 set errno=0 explicitly. Maybe it helps on MS VC? 4 years ago
Thomas d85c68f20c Merge with MIME-8-debug 4 years ago
Roker dc50afb009 add some LOG output to find out what goes w0ng on MS Windows. 4 years ago
Roker 00dd4a33b4 start a branch to add debug output for MIME-8 4 years ago
Thomas b19e050227 Merge with MIME-6_2nd_try 4 years ago
Roker 2be97843ed make HeadersMap a function for right initialization order 4 years ago
Thomas 7ef7f29923 Merge with MIME-6_2nd_try 4 years ago
Roker 7bb6e46931 move rules in parse_address into own class, so they are initialized after the global rules in rules.cc 4 years ago
Roker 40e5cda316 merge did not work as expected. *sigh* 4 years ago
Roker 5a0552a416 merge Makefile changes from "default" into "MIME-6_2nd_try" 4 years ago
Roker 24bae65712 also for the "fuzz" program. 4 years ago
Roker 5ee5219b15 need -liconv on MacOS, but not on Linux. So I copied the BUILD_FOR switches from the Engine's Makefile. :-) 4 years ago
Lars Rohwedder dbb51389e0 start 2nd try to solve MIME-6. 4 years ago
Lars Rohwedder dcdfee1772 fix REAL MEMORY LEAK in the library, found by address sanitizer after fixing all pseudo mem leaks! 4 years ago
Lars Rohwedder 2d14ba3317 fix pseudo memory leak in global data structure to make sanitizer / valgrind quiet and happy. 4 years ago
Lars Rohwedder e3d0adc350 fix (real or pseudo) memory leaks in unittests to quiten the sanitizer & valgrind. 4 years ago
Lars Rohwedder dbbe1f88cc add -fsanitize=address to Makefile 4 years ago
Lars Rohwedder 3ecb21b73c proper signedness 4 years ago
Thomas d576fa137c Update Windows build 4 years ago
Thomas c641b2ce11 Merge with default 4 years ago
Roker 54bb9b4fd4 update NFC data from Unicode 9.0.0 to Unicode 12.1.0. \o/ 4 years ago
Roker f3e72a756b don't overwrite longmsg nor longmst_formatted if already set. 4 years ago
Roker 7849e599f6 print_message() handles bloblist_t appropriately now. 4 years ago
Roker e424951882 add Message::boundary(). 4 years ago
Roker abcfe185dc split parse_body() into several functions. Clean-up the code. Avoid memory leaks in b0rken MIME trees and many more... 4 years ago
Roker 7757a4dfdb add Content-ID header when filename starts with "cid://" 4 years ago
Roker e5268be472 don't throw OutputOverflow exception when only whitespaces are left in base64_decode's input data 4 years ago
Roker a8b029a331 make a better structured example. 4 years ago
Roker 4cd0d26969 implement all the complex cases with nested MIME trees etc. :-o 4 years ago
Roker 38de5bb66d start to generate complex MIME trees.... 4 years ago
Roker 775cf68961 externalize attachment serialization into attachment.?? 4 years ago
Roker d84cf282c3 use the new structure. :-) 4 years ago
Roker a135370662 move more logic to struct Attachment and its helper functions. 4 years ago
Roker 93d3d4f3fe add tests for MIME-Type determinant 6 and 7 4 years ago