aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: must init raw pointer *bodyPartHEADmastersaturneric2024-12-011-1/+1
* fix: should not use mlang in such a way in mingwsaturneric2024-12-011-16/+16
* feat: remember boundary from parsingsaturneric2024-11-282-5/+9
* gh: add a GitHub workflow for compile+testsuite testing (#313)Jan Engelhardt2024-06-111-0/+25
* Fix a test failure in pathTest::testGenerate (#312)Jan Engelhardt2024-06-112-38/+11
* Fix a test failure in testNewFromString (#311)Jan Engelhardt2024-06-111-1/+1
* build: upgrade to C++17 when ICU is used (#310)Jan Engelhardt2024-06-111-14/+18
* contrib: update utfcpp to v4.0.5 (#309)Jan Engelhardt2024-06-119-213/+773
* build: resolve a -Wunused-function compiler warning (#308)Jan Engelhardt2024-06-111-2/+8
* asciiPercent computation: another potential multiplication overflow (#307)Jan Engelhardt2024-05-212-7/+5
* vmime: prevent loss of a space during text::createFromString (#306)Jan Engelhardt2024-05-214-66/+48
* tests: switch a byte sequence in textTest (#305)Jan Engelhardt2024-05-211-2/+2
* Fixes/comments for guessBestEncoding (#304)Jan Engelhardt2024-05-213-4/+27
* vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303)Jan Engelhardt2024-05-212-1/+12
* Resolve compiler warnings (#302)Jan Engelhardt2024-05-214-23/+7
* Fix OpenSSL initialization #299 (#300)Ján Osuský2024-03-041-3/+11
* url: strip leading slash from url-path (#298)Jan Engelhardt2024-03-042-15/+22
* url: repair off-by-one bug in extractHost (#297)Jan Engelhardt2024-03-042-3/+12
* url: add remark to documentation about hardcoded // substring (#293)Jan Engelhardt2024-01-301-1/+4
* url: support IPv6 literals (RFC 2732) (#292)Jan Engelhardt2024-01-305-13/+95
* Fixed confusing source/bin dirs in makefile. (#291)Vincent Richard2024-01-121-23/+9
* Fixed use of old API (#287).vincent-richard2024-01-011-1/+2
* Add parsing feedback via parsingContext (#280)bmagistro2023-12-3154-77/+112
* Configurable email add domain (#287)bmagistro2023-12-314-12/+69
* Avoid generating illegal Envelope-From with sendmail:// transport (#285)Jan Engelhardt2023-12-311-1/+1
* Build: static lib dependency for ICU (#281)bmagistro2023-12-311-0/+16
* Build: fix missed path for generated files in #277 (#278)bmagistro2023-12-311-2/+2
* Build: add FreeBSD & libc++ compilation support (#288)Jan Engelhardt2023-12-314-1/+10
* Make default context thread_local (#286)bmagistro2023-12-312-3/+10
* Build: add Solaris compilation support (#282)Jan Engelhardt2023-11-093-0/+7
* Update cmake (#277)bmagistro2023-08-091-108/+99
* Merge pull request #272 from frodegill/bytearray_to_stringVincent Richard2022-03-261-0/+15
|\
| * Added utility function to convert byteArray to HEX string. Useful for printin...Frode Roxrud Gill2022-03-131-0/+15
| * Merge pull request #1 from frodegill/digest_sha256Frode Roxrud Gill2022-03-133-3/+14
| |\
* | \ Merge pull request #271 from frodegill/digest_sha256Vincent Richard2022-03-263-3/+14
|\ \ \ | |/ / |/| / | |/
| * Added support for digest algorithm SHA256Frode Roxrud Gill2022-03-133-3/+14
|/
* Fixed possible recursion crash when parsing mailbox groups.vincent-richard2022-01-258-20/+82
* Fixed Cppcheck issues.Vincent Richard2021-11-254-6/+15
* #268 Code style fixes + moved specific bits to IMAP namespaceVincent Richard2021-11-2516-684/+787
* Merge pull request #268 from jacadcaps/searchVincent Richard2021-11-2513-10/+803
|\
| * Implemented IMAP SEARCHJacek Piszczek2021-10-2913-10/+803
|/
* Merge pull request #262 from ibanic/masterVincent Richard2021-05-162-0/+33
|\
| * fixed coding styleibanic2021-05-161-2/+4
| * Prevent accessing empty bufferibanic2021-05-152-0/+31
|/
* #261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard2021-05-112-2/+72
* #200 Fixed installation directoryvincent-richard2021-05-061-19/+46
* SMTP/DSN refactoring.vincent-richard2021-04-0314-74/+290
* Merge pull request #256 from jacadcaps/IMAP.PEEKVincent Richard2021-03-313-2/+8
|\
| * IMAP PEEK supportJacek Piszczek2021-03-243-2/+8
* | Merge pull request #258 from jacadcaps/processFetchResponseVincent Richard2021-03-311-0/+15
|\ \